diff options
Diffstat (limited to 'openembedded/packages/initscripts/initscripts-1.0/reboot')
| -rwxr-xr-x | openembedded/packages/initscripts/initscripts-1.0/reboot | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/openembedded/packages/initscripts/initscripts-1.0/reboot b/openembedded/packages/initscripts/initscripts-1.0/reboot deleted file mode 100755 index 7f95255bd9..0000000000 --- a/openembedded/packages/initscripts/initscripts-1.0/reboot +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | # | ||
| 3 | # reboot Execute the reboot command. | ||
| 4 | # | ||
| 5 | # Version: @(#)reboot 2.75 22-Jun-1998 miquels@cistron.nl | ||
| 6 | # | ||
| 7 | |||
| 8 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | ||
| 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... " | ||
| 17 | reboot -d -f -i | ||
