summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-10-28 21:45:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-10-28 21:45:53 +0000
commit42d7d6a46203d9863d60feaed3894749b0099851 (patch)
treec1e16277070e00b597ffb08d618daede5b43b6ce /sys-apps/kudzu/files
parentRemoved in favor of sys-apps/libkudzu due to broken behavior and lack of inte... (diff)
downloadgentoo-2-42d7d6a46203d9863d60feaed3894749b0099851.tar.gz
gentoo-2-42d7d6a46203d9863d60feaed3894749b0099851.tar.bz2
gentoo-2-42d7d6a46203d9863d60feaed3894749b0099851.zip
Removed in favor of sys-apps/libkudzu due to broken behavior and lack of interest.
Diffstat (limited to 'sys-apps/kudzu/files')
-rw-r--r--sys-apps/kudzu/files/digest-kudzu-0.99.991
-rw-r--r--sys-apps/kudzu/files/digest-kudzu-1.1.621
-rw-r--r--sys-apps/kudzu/files/kudzu.conf.d9
-rw-r--r--sys-apps/kudzu/files/kudzu.rc20
4 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/kudzu/files/digest-kudzu-0.99.99 b/sys-apps/kudzu/files/digest-kudzu-0.99.99
deleted file mode 100644
index 3c0a88797074..000000000000
--- a/sys-apps/kudzu/files/digest-kudzu-0.99.99
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8af76cde67d6391b8bac3183de909e7b kudzu-0.99.99.tar.gz 205907
diff --git a/sys-apps/kudzu/files/digest-kudzu-1.1.62 b/sys-apps/kudzu/files/digest-kudzu-1.1.62
deleted file mode 100644
index ad30d4c97f25..000000000000
--- a/sys-apps/kudzu/files/digest-kudzu-1.1.62
+++ /dev/null
@@ -1 +0,0 @@
-MD5 62ad2ff7b3f81cc0d08c406be6c4be5d kudzu-1.1.62.tar.bz2 208388
diff --git a/sys-apps/kudzu/files/kudzu.conf.d b/sys-apps/kudzu/files/kudzu.conf.d
deleted file mode 100644
index 8874c701defd..000000000000
--- a/sys-apps/kudzu/files/kudzu.conf.d
+++ /dev/null
@@ -1,9 +0,0 @@
-# Kudzu configuration
-#
-
-# Below, you can set options
-# The example given is:
-# -s Safe probes ONLY
-# -q Quiet mode
-#KUDZU_OPTS="-s -q"
-
diff --git a/sys-apps/kudzu/files/kudzu.rc b/sys-apps/kudzu/files/kudzu.rc
deleted file mode 100644
index 4fc13d25d334..000000000000
--- a/sys-apps/kudzu/files/kudzu.rc
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need bootmisc
-}
-
-start() {
- ebegin "Starting Kudzu"
- kudzu ${KUDZU_OPTS}
- # Actually APPLY the settings
- hwsetup
- eend $?
- return 0
-}
-
-stop() {
- return 0
-}