summaryrefslogtreecommitdiff
path: root/mail/courier-auth
diff options
context:
space:
mode:
authorlukem <lukem>2002-07-18 01:48:09 +0000
committerlukem <lukem>2002-07-18 01:48:09 +0000
commitf3a995a907e949e1d68f923329a6efc16ccd6d71 (patch)
treefbe8cbe4aaf5fd7d5d3b758adeece7e0f91d2baf /mail/courier-auth
parente715529a0ae85f47dcefe979179571e8417ec7ee (diff)
downloadpkgsrc-f3a995a907e949e1d68f923329a6efc16ccd6d71.tar.gz
it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of services
which rely upon authdaemond really shouldn't start until after LOGIN.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r--mail/courier-auth/files/authdaemond.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-auth/files/authdaemond.sh b/mail/courier-auth/files/authdaemond.sh
index ac9c34e94db..671c5380c6e 100644
--- a/mail/courier-auth/files/authdaemond.sh
+++ b/mail/courier-auth/files/authdaemond.sh
@@ -1,11 +1,11 @@
#! /bin/sh
#
-# $NetBSD: authdaemond.sh,v 1.4 2002/06/22 15:48:00 grant Exp $
+# $NetBSD: authdaemond.sh,v 1.5 2002/07/18 01:48:09 lukem Exp $
#
# Courier user authentication daemon
#
# PROVIDE: authdaemond
-# REQUIRE: DAEMON
+# REQUIRE: LOGIN
if [ -f /etc/rc.subr ]
then