diff options
author | 2006-10-28 14:19:54 +0000 | |
---|---|---|
committer | 2006-10-28 14:19:54 +0000 | |
commit | 71a8053b90b4d7995e6bcc71405be8114c1ef8f8 (patch) | |
tree | 150438c61b40abe45165b1e58110dbc4f829b108 /net-misc/sobby/files | |
parent | Version bump (this fixes bug #82918). (diff) | |
download | historical-71a8053b90b4d7995e6bcc71405be8114c1ef8f8.tar.gz historical-71a8053b90b4d7995e6bcc71405be8114c1ef8f8.tar.bz2 historical-71a8053b90b4d7995e6bcc71405be8114c1ef8f8.zip |
changed init scrip dependencies
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'net-misc/sobby/files')
-rwxr-xr-x | net-misc/sobby/files/sobby-init-0.2.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sobby/files/sobby-init-0.2.0 b/net-misc/sobby/files/sobby-init-0.2.0 index 3100966fe488..1721850f2048 100755 --- a/net-misc/sobby/files/sobby-init-0.2.0 +++ b/net-misc/sobby/files/sobby-init-0.2.0 @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/files/sobby-init-0.2.0,v 1.1 2005/08/14 22:01:58 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sobby/files/sobby-init-0.2.0,v 1.2 2006/10/28 14:19:54 humpback Exp $ depend() { - need mDNSResponder + use mDNSResponder } start() { |