diff options
author | Max Kalika <max@gentoo.org> | 2004-03-31 18:04:47 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2004-03-31 18:04:47 +0000 |
commit | 6c74f4c6ed73cd6212faa97111b3836f8ecaea0a (patch) | |
tree | 74ccb11524116ccdc0752c74d3763387a4b192c2 /net-mail | |
parent | epatch instead of patch. (Manifest recommit) (diff) | |
download | gentoo-2-6c74f4c6ed73cd6212faa97111b3836f8ecaea0a.tar.gz gentoo-2-6c74f4c6ed73cd6212faa97111b3836f8ecaea0a.tar.bz2 gentoo-2-6c74f4c6ed73cd6212faa97111b3836f8ecaea0a.zip |
Set $opts properly in init script. Fixes bug #46304.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/postfix/files/postfix.rc6 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index e122578f09e4..d054d1937f0a 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/postfix # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.116 2004/03/26 20:48:17 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.117 2004/03/31 18:04:47 max Exp $ + + 31 Mar 2004; Max Kalika <max@gentoo.org> files/postfix.rc6: + Set $opts properly in init script. Fixes bug #46304. 26 Mar 2004; <tuxus@gentoo.org> postfix-2.0.19.ebuild: Added mips to KEYWORDS. diff --git a/net-mail/postfix/files/postfix.rc6 b/net-mail/postfix/files/postfix.rc6 index e15e2e46d840..b5526c7fec38 100644 --- a/net-mail/postfix/files/postfix.rc6 +++ b/net-mail/postfix/files/postfix.rc6 @@ -1,9 +1,9 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.12 2004/03/06 03:20:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.13 2004/03/31 18:04:47 max Exp $ -opts="reload" +opts="${opts} reload" depend() { need net |