Source: sysvinit Version: 2.88dsf-50 Severity: serious The change introduced in sysvinit 2.88dsf-50, which turns /etc/init.d/skeleton into a script that has /lib/init/init-d-script as interpreter fails on kFreeBSD, because on that platform, interpreters cannot be other scripts.
To demonstrate: ,----[ test.sh ] | #!/lib/init/init-d-script | DAEMON=/bin/uname `---- On linux, running ./test.sh prints the usage. On kFreeBSD (as tested locally and on falla.d.o), it prints nothing, because the #! line will be ignored, it being a script and all. If you want to do this kind of thing, you will either need a binary wrapper at least on kFreeBSD, or you'll need to use sourcing. -- |8] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org