summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Bialecki <abial@FreeBSD.org>1999-02-15 00:29:51 +0000
committerAndrzej Bialecki <abial@FreeBSD.org>1999-02-15 00:29:51 +0000
commit753533e187cdd38976f2fbeff4c1f1b971d82b87 (patch)
tree3b3800adc61139c3502b502cca43571b0cc3ff7a
parent7d260329fe68625b97f7cf8634ce0927f5f304b6 (diff)
Notes
-rwxr-xr-xrelease/picobsd/build/populate6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index 37099ff6e56d..e5c6c2f49a6f 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: populate,v 1.8 1999/01/19 23:02:05 abial Exp $
+# $Id: populate,v 1.8.2.1 1999/02/05 12:15:00 abial Exp $
#
. ../Version
@@ -30,8 +30,6 @@ else
sed -e "s/@VER@/${VER}/g" > \
/mnt/etc/rc
cp login.conf /mnt/etc/login.conf
- cp ../lang/reboot.${LANGUAGE} /mnt/stand/reboot
- ln -f /mnt/stand/reboot /mnt/stand/shutdown
cat ../lang/README.${LANGUAGE} | \
sed -e "s/@VER@/${VER}/g" > \
/mnt/README
@@ -39,6 +37,8 @@ fi
cp ../lang/update.${LANGUAGE} /mnt/stand/update
if [ "${TYPE}" = "dial" ]
then
+ cp ../lang/reboot.${LANGUAGE} /mnt/stand/reboot
+ ln -f /mnt/stand/reboot /mnt/stand/shutdown
cp ../lang/login.${LANGUAGE} /mnt/stand/login
cp ../lang/dialup.${LANGUAGE} /mnt/stand/dialup
(cd ../../help;\