diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-21 10:34:33 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-21 10:36:05 +0200 |
commit | fba081f9238e93ad9383cd2c36d6e1b8ef1ad20c (patch) | |
tree | cf4e9d84cb217480a0fc28ffac486d35a04e41e3 /src | |
parent | 741f851bf61c884ea41eaee2c1a90d4cab99776f (diff) | |
download | coreutils-fba081f9238e93ad9383cd2c36d6e1b8ef1ad20c.tar.xz |
By default, do not install hostname anymore.
* configure.ac: Add "hostname" to the list of not-installed programs.
* src/Makefile.am (no_install__progs): Add "hostname" here, too.
* NEWS: Mention this.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6e794552a..7e481adef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ # Hence, if you want to install programs from this list anyway, say A and B, # use --enable-install-program=A,B no_install__progs = \ - arch su + arch hostname su build_if_possible__progs = \ chroot df hostid nice pinky stty su uname uptime users who |