diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-02 14:00:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 14:00:52 +0000 |
commit | 1cf731b1e3bb125449c2ef4e1194b6bf69e7b667 (patch) | |
tree | fc305d382d225d9a033fb1678bdc4720f38484e4 /meta/packages/initscripts/initscripts-1.0/reboot | |
parent | 3cb6c768efa690f25035351fb7975bca59f94ee2 (diff) | |
download | poky-1cf731b1e3bb125449c2ef4e1194b6bf69e7b667.tar.gz |
initscripts: Sync with OE, primarily for better /etc/timestamp handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2650 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/reboot')
-rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/reboot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/reboot b/meta/packages/initscripts/initscripts-1.0/reboot index 7f95255bd9..56278199be 100755 --- a/meta/packages/initscripts/initscripts-1.0/reboot +++ b/meta/packages/initscripts/initscripts-1.0/reboot | |||
@@ -7,11 +7,5 @@ | |||
7 | 7 | ||
8 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | 8 | PATH=/sbin:/bin:/usr/sbin:/usr/bin |
9 | 9 | ||
10 | # Update the timestamp, if there is one | ||
11 | if test -e /etc/timestamp | ||
12 | then | ||
13 | date +%2m%2d%2H%2M%Y > /etc/timestamp | ||
14 | fi | ||
15 | |||
16 | echo -n "Rebooting... " | 10 | echo -n "Rebooting... " |
17 | reboot -d -f -i | 11 | reboot -d -f -i |