www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre18/doc/user/special-services.text
Nico Schottelius ca81f97577 the key itself plus the cinit release
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-11-07 21:11:05 +01:00

12 lines
225 B
Text

at:
no non-forking mode
fsck:
returns non-zero if it repaired something.
You have to wrap it into a shell-script :-(
#!/bin/sh
fsck $@
[ $? -le 1 ] && exit 0
exit 1
Non-zero exit in general