diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:18:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:18:19 +0000 |
commit | 725e9ddf45283a5fdb5c39b93ef655df75a26699 (patch) | |
tree | 1a2102d68e037745af3d604c4dfc00ab2a80ef99 /net-dns/bind/files | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-725e9ddf45283a5fdb5c39b93ef655df75a26699.tar.gz gentoo-2-725e9ddf45283a5fdb5c39b93ef655df75a26699.tar.bz2 gentoo-2-725e9ddf45283a5fdb5c39b93ef655df75a26699.zip |
fix ebuild error: you can't negate use with use -flag, you have to do either use !flag or negate the conditional in bash. otherwise, add selinux to IUSE and remove mysql
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r-- | net-dns/bind/files/named.rc6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/files/named.rc6 b/net-dns/bind/files/named.rc6 index 44c912e65cd1..7c3f4dfabbf2 100644 --- a/net-dns/bind/files/named.rc6 +++ b/net-dns/bind/files/named.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/files/named.rc6,v 1.14 2004/03/04 19:17:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/files/named.rc6,v 1.15 2004/07/14 23:18:19 agriffis Exp $ opts="start stop reload restart" |