Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
Search
Context Navigation
Normal
Revision Log
source:
projects
/
initscripts
/
trunk
/
sys-unconfig
@
1108
View revision:
Revision
1108
,
135 bytes
checked in by daisuke,
13 years
ago (
diff
)
import initscripts-8.90.6 from internal cvs repository
Rev
Line
[1108]
1
#!/bin/sh
2
3
. /etc/init.d/functions
4
5
if
[
$#
-ne 0
]
;
then
6
echo
$"Usage: sys-unconfig"
>&2
7
exit
1
8
fi
9
10
touch /.unconfigured
11
halt
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats:
Plain Text
Original Format