]> git.pld-linux.org Git - projects/setup.git/commitdiff
- s/hostname/uname -n/ (we require sh-utils anyway (id)), and this
authorMichal Moskal <michal@moskal.me>
Thu, 7 Mar 2002 18:41:46 +0000 (18:41 +0000)
committerMichal Moskal <michal@moskal.me>
Thu, 7 Mar 2002 18:41:46 +0000 (18:41 +0000)
  relaxes requirement of net-tools
- hmm... shouldn't require: sh-utils be in spec?

Changed files:
    etc/profile -> 1.25

etc/profile

index a76b8ec80d501f9e902d8e93f6a6c361cb716a2a..0e5870f61e310f68e7ba63d70f95ed510af6a045 100644 (file)
@@ -17,7 +17,7 @@ fi
 USER=`id -un`
 LOGNAME=$USER
 
-HOSTNAME=`/bin/hostname`
+HOSTNAME=`/bin/uname -n`
 HISTFILE="$HOME/.history"
 HISTSIZE=1000
 HISTFILESIZE=1000
This page took 0.076852 seconds and 4 git commands to generate.