cvs commit: ports/mail/qpopper qpopper.in

Takefu takefu at airport.fm
Tue Feb 14 05:38:54 UTC 2012


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. :)


-- 


More information about the cvs-ports mailing list