diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-07 02:27:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-07 02:27:10 +0000 |
commit | d0c60571966128f71845bad99775ed0210b4fda4 (patch) | |
tree | a76c63160bfef136ad6fbf9e5bd5c14d3916a3e0 /mail-mta/postfix/files/postfix.rc6.2.2.3 | |
parent | Stable on ppc and ppc64. (diff) | |
download | gentoo-2-d0c60571966128f71845bad99775ed0210b4fda4.tar.gz gentoo-2-d0c60571966128f71845bad99775ed0210b4fda4.tar.bz2 gentoo-2-d0c60571966128f71845bad99775ed0210b4fda4.zip |
use net instead of need net in 2.2.3 initscript. bug #96850.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/postfix/files/postfix.rc6.2.2.3')
-rw-r--r-- | mail-mta/postfix/files/postfix.rc6.2.2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/files/postfix.rc6.2.2.3 b/mail-mta/postfix/files/postfix.rc6.2.2.3 index 07bbee0e388d..60a6c71f9575 100644 --- a/mail-mta/postfix/files/postfix.rc6.2.2.3 +++ b/mail-mta/postfix/files/postfix.rc6.2.2.3 @@ -1,12 +1,12 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.2.3,v 1.1 2005/06/18 23:18:29 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.2.3,v 1.2 2005/07/07 02:27:10 ticho Exp $ opts="${opts} reload" depend() { - need net + use net use logger dns ypbind amavisd mysql postgresql antivirus postfix_greylist provide mta } |