aboutsummaryrefslogtreecommitdiffstats
path: root/sys-unconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sys-unconfig')
-rw-r--r--sys-unconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-unconfig b/sys-unconfig
index 2b9a3c58..e6b3416d 100644
--- a/sys-unconfig
+++ b/sys-unconfig
@@ -1,4 +1,11 @@
#!/bin/sh
+. /etc/init.d/functions
+
+if [ $# -ne 0 ]; then
+ echo $"Usage: sys-unconfig" >&2
+ exit 1
+fi
+
touch /.unconfigured
halt