3
# This file was automatically customized by debmake on Sun, 23 Nov 2003 19:02:50 +0100
5
# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
6
# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.org>.
7
# Modified for Debian by Christoph Lameter <clameter@debian.org>
9
PATH=/bin:/usr/bin:/sbin:/usr/sbin
10
DAEMON=/usr/sbin/showfsck
11
# The following value is extracted by debstd to figure out how to generate
12
# the postinst script. Edit the field to change the way the script is
13
# registered through update-rc.d (see the manpage for update-rc.d!)
16
test -f $DAEMON || exit 0
19
start|stop|restart|force-reload)
23
echo "Usage: /etc/init.d/showfsck {start|stop|restart|force-reload}"