source: projects/initscripts/trunk/sys-unconfig @ 1108

Revision 1108, 135 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1#!/bin/sh
2
3. /etc/init.d/functions
4
5if [ $# -ne 0 ]; then
6    echo $"Usage: sys-unconfig" >&2
7    exit 1
8fi
9
10touch /.unconfigured
11halt
Note: See TracBrowser for help on using the repository browser.