From afad76ee76d3a58cf84a1bc6fb12c55552bc5563 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Jun 2001 07:16:14 +0000 Subject: Import the NetBSD 1.5 RC system. Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names. --- etc/rc.d/postfix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 etc/rc.d/postfix (limited to 'etc/rc.d/postfix') diff --git a/etc/rc.d/postfix b/etc/rc.d/postfix new file mode 100755 index 0000000..b453464 --- /dev/null +++ b/etc/rc.d/postfix @@ -0,0 +1,24 @@ +#!/bin/sh +# +# $NetBSD: postfix,v 1.4 2000/05/13 08:45:08 lukem Exp $ +# + +# PROVIDE: mail +# REQUIRE: LOGIN + +# we could do this, but make mail start late, so that things like +# .forward's are not processed until the system is fully operational +## REQUIRE: DAEMON + +. /etc/rc.subr + +name="postfix" +rcvar=$name +required_files="/etc/${name}/main.cf" +start_cmd="postfix start" +stop_cmd="postfix stop" +reload_cmd="postfix reload" +extra_commands="reload" + +load_rc_config $name +run_rc_command "$1" -- cgit v1.1