#!/bin/sh # # $FreeBSD$ # # PROVIDE: postfix # REQUIRE: %%REQUIRE%% # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable postfix: # postfix_enable (bool): Set it to "YES" to enable postfix. # Default is "NO". # postfix_pidfile (path): Set full path to master.pid. # Default is "/var/spool/postfix/pid/master.pid". # postfix_procname (command): Set command that start master. Used to verify if # postfix is running. # Default is "%%PREFIX%%/libexec/postfix/master". # . %%RC_SUBR%% name="postfix" rcvar=`set_rcvar` load_rc_config $name : ${postfix_enable="NO"} : ${postfix_pidfile="/var/spool/postfix/pid/master.pid"} : ${postfix_procname="%%PREFIX%%/libexec/postfix/master"} start_cmd=${name}_start stop_cmd=${name}_stop extra_commands="reload" pidfile=${postfix_pidfile} procname=${postfix_procname} postfix_start() { %%PREFIX%%/sbin/postfix start } postfix_stop() { %%PREFIX%%/sbin/postfix stop } run_rc_command "$1" >cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/ssed
d4b58a6ab079e6647b4c4e69bbc633c'>- Update to latest versions
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-202-20/+1
swills2011-06-273-8/+14
* Sync to new bsd.autotools.mkade2010-12-04