Module Name: src
Committed By: perry
Date: Wed Apr 15 22:11:32 UTC 2009
Modified Files:
src/etc/rc.d: postfix
Log Message:
un-uppercase pseudodependency for the moment so as not to break pkgsrc
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/rc.d/postfix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/postfix
diff -u src/etc/rc.d/postfix:1.15 src/etc/rc.d/postfix:1.16
--- src/etc/rc.d/postfix:1.15 Wed Apr 15 22:03:54 2009
+++ src/etc/rc.d/postfix Wed Apr 15 22:11:32 2009
@@ -1,9 +1,9 @@
#!/bin/sh
#
-# $NetBSD: postfix,v 1.15 2009/04/15 22:03:54 perry Exp $
+# $NetBSD: postfix,v 1.16 2009/04/15 22:11:32 perry Exp $
#
-# PROVIDE: MAIL
+# PROVIDE: mail
# REQUIRE: LOGIN
# we make mail start late, so that things like .forward's are not
# processed until the system is fully operational