diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1999-02-15 00:27:00 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1999-02-15 00:27:00 +0000 |
| commit | 5a1e113f674a8927fdd3252c80899ce65e1ee1df (patch) | |
| tree | 2e4dbd5e4d5b487f7a26e34355c43415da7d0527 | |
| parent | 69a6a9961e6eb52bbad71c9c0817e88c41eeec30 (diff) | |
Notes
| -rwxr-xr-x | release/picobsd/build/populate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate index 37099ff6e56d..14d54ff66b15 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.9 1999/02/12 20:35:08 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;\ |
