summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-10-03 20:15:38 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-10-03 20:15:38 +0000
commitcc12e0e1dd462bfdc0369e8998f625f32cbfc6c9 (patch)
tree7419d114b70f0c087ecb0b3ae4e8fa82d1430545 /net-misc/dhcpv6
parentRemove obsolete files (diff)
downloadgentoo-2-cc12e0e1dd462bfdc0369e8998f625f32cbfc6c9.tar.gz
gentoo-2-cc12e0e1dd462bfdc0369e8998f625f32cbfc6c9.tar.bz2
gentoo-2-cc12e0e1dd462bfdc0369e8998f625f32cbfc6c9.zip
Remove obsolete files
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dhcpv6')
-rw-r--r--net-misc/dhcpv6/ChangeLog6
-rw-r--r--net-misc/dhcpv6/files/dhcp6x.confd.in4
-rw-r--r--net-misc/dhcpv6/files/dhcp6x.initd.in20
3 files changed, 5 insertions, 25 deletions
diff --git a/net-misc/dhcpv6/ChangeLog b/net-misc/dhcpv6/ChangeLog
index 60e490e9ef55..d0c762997ae0 100644
--- a/net-misc/dhcpv6/ChangeLog
+++ b/net-misc/dhcpv6/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/dhcpv6
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.29 2010/09/02 16:28:40 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.30 2010/10/03 20:15:38 hwoarang Exp $
+
+ 03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> -files/dhcp6x.confd.in,
+ -files/dhcp6x.initd.in:
+ Remove obsolete files
02 Sep 2010; Alex Alexander <wired@gentoo.org> dhcpv6-1.2.0-r1.ebuild:
fixed bug #303525 by applying collision patch when
diff --git a/net-misc/dhcpv6/files/dhcp6x.confd.in b/net-misc/dhcpv6/files/dhcp6x.confd.in
deleted file mode 100644
index 2e3cc3e6c69f..000000000000
--- a/net-misc/dhcpv6/files/dhcp6x.confd.in
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/conf.d/dhcp6x
-
-# Options to give to dhcp6x
-DHCP6X_OPTS=""
diff --git a/net-misc/dhcpv6/files/dhcp6x.initd.in b/net-misc/dhcpv6/files/dhcp6x.initd.in
deleted file mode 100644
index 78678924f7ab..000000000000
--- a/net-misc/dhcpv6/files/dhcp6x.initd.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.initd.in,v 1.1 2008/03/29 19:43:47 vapier Exp $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting dhcp6x"
- start-stop-daemon --start --quiet --exec /usr/sbin/dhcp6x -- ${DHCP6X_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping dhcp6x"
- start-stop-daemon --stop --quiet --exec /usr/sbin/dhcp6x
- eend $?
-}