Moin Marc! Marc Haber schrieb am Dienstag, den 21. November 2006:
> Package: file-rc > Version: 0.8.10 > Severity: wishlist > the -d option to /etc/init.d/rc turns the script into a no-op due to > the following code: > > # Execute the commands collected above > if [ $debug -eq 1 ] > then > echo "$CMDLIST" > else > (trap - INT QUIT TSTP; sh -c "$CMDLIST") > fi Correct. That's what I understand by "debug", it gives me the chance to find out what rc would do without the risk to corrupt the system by really executing the init scripts. Instead the init script CMDLIST is only printed out. That's exactly what I need the debug mechanism for. > Please provide an option that will give debug output while still doing > something useful. Where should this be good for? Tschoeeee Roland -- * [EMAIL PROTECTED] * http://www.spinnaker.de/ * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]