diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/initscripts/initscripts-1.0/rmnologin | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/rmnologin')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/rmnologin | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/rmnologin b/meta/packages/initscripts/initscripts-1.0/rmnologin new file mode 100755 index 0000000000..444145a26a --- /dev/null +++ b/meta/packages/initscripts/initscripts-1.0/rmnologin | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #! /bin/sh | ||
| 2 | # | ||
| 3 | # rmnologin This script removes the /etc/nologin file as the last | ||
| 4 | # step in the boot process. | ||
| 5 | # | ||
| 6 | # Version: @(#)rmnologin 1.00 22-Jun-1998 miquels@cistron.nl | ||
| 7 | # | ||
| 8 | |||
| 9 | if test -f /etc/nologin.boot | ||
| 10 | then | ||
| 11 | rm -f /etc/nologin /etc/nologin.boot | ||
| 12 | fi | ||
| 13 | |||
| 14 | : exit 0 | ||
