summaryrefslogtreecommitdiff
path: root/data/system-cmds/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-28 18:43:53 +0000
committerJay Freeman <saurik@saurik.com>2008-06-28 18:43:53 +0000
commitb1b33c4d7cb1a3a8cef94b0eac606af2671840ee (patch)
tree5f3afca7381cb64ddb4ad64be5ff546e0e7c25ed /data/system-cmds/make.sh
parentdb35af8fc27a46f0a11347209be3ffc91418e57b (diff)
Added a link for the halt program.
git-svn-id: http://svn.telesphoreo.org/trunk@342 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/system-cmds/make.sh')
-rw-r--r--data/system-cmds/make.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/system-cmds/make.sh b/data/system-cmds/make.sh
index 329c7be27..e6ef9952e 100644
--- a/data/system-cmds/make.sh
+++ b/data/system-cmds/make.sh
@@ -29,5 +29,6 @@ pkg: mkdir -p /bin /sbin /usr/bin /usr/sbin
pkg: cp -a sync /bin
pkg: cp -a reboot dmesg /sbin
+pkg: ln -s reboot /sbin/halt
pkg: cp -a passwd zprint getty getconf hostinfo login /usr/bin
pkg: cp -a sysctl nvram vipw iostat /usr/sbin