I'm sorry. You do not understand properly.
Please correct it.

--- files/qpopper.in begins here ---
#!/bin/sh

# PROVIDE: qpopper
# REQUIRE: NETWORKING SERVERS
# KEYWORD: shutdown
#
# qpopper_enable (bool):        Set to NO by default.
#                               Set it to YES to enable qpopper.
# qpopper_flags (str):          Set to "" by default.

. /etc/rc.subr

name=qpopper
rcvar=qpopper_enable

load_rc_config $name

: ${qpopper_enable:="NO"}
: ${qpopper_flags:=""}

command=%%PREFIX%%/libexec/${name}

command_args="${qpopper_flags}"

run_rc_command "$1"
--- files/qpopper.in ends here ---



Doug Barton さんは書きました (2012/02/12 8:10):
> This script also violates numerous things in
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/rc-scripts.html
> 
> Please take another look at this and try again. :)


-- 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to