diff options
author | 2004-10-23 16:56:51 +0000 | |
---|---|---|
committer | 2004-10-23 16:56:51 +0000 | |
commit | 624f2afe49ace643848f37e52e56d242feb3a080 (patch) | |
tree | a0430a8e158c9cdc6d51e65b3eaa740a72c311ce /net-misc/chrony/files | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-624f2afe49ace643848f37e52e56d242feb3a080.tar.gz gentoo-2-624f2afe49ace643848f37e52e56d242feb3a080.tar.bz2 gentoo-2-624f2afe49ace643848f37e52e56d242feb3a080.zip |
Added "use dns" to the rc script, fixing #61700. Harmless change.
Diffstat (limited to 'net-misc/chrony/files')
-rw-r--r-- | net-misc/chrony/files/chronyd.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/chrony/files/chronyd.rc b/net-misc/chrony/files/chronyd.rc index 6bf992aef965..54737451cd0d 100644 --- a/net-misc/chrony/files/chronyd.rc +++ b/net-misc/chrony/files/chronyd.rc @@ -1,10 +1,11 @@ #!/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/chrony/files/chronyd.rc,v 1.5 2004/07/14 23:55:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/files/chronyd.rc,v 1.6 2004/10/23 16:56:51 wmertens Exp $ depend() { need net + use dns } checkconfig() { |