summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2014-12-14 11:32:50 +0100
committerThomas Sachau <tommy@gentoo.org>2014-12-14 11:32:50 +0100
commitf93035f0025014287645645dfac651fe011c9144 (patch)
treef0460ba634b6d114d2f0f7e15ec5e2cd4f6d068f /app-admin/ajenti/files/ajenti
parentRemove net-print/gnome-manual-duplex because of missing dependency: dev-pytho... (diff)
downloadsunrise-f93035f0025014287645645dfac651fe011c9144.tar.gz
sunrise-f93035f0025014287645645dfac651fe011c9144.tar.bz2
sunrise-f93035f0025014287645645dfac651fe011c9144.zip
Remove app-admin/ajenti because of missing dependency: =dev-lang/python-2.6*
Diffstat (limited to 'app-admin/ajenti/files/ajenti')
-rw-r--r--app-admin/ajenti/files/ajenti19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-admin/ajenti/files/ajenti b/app-admin/ajenti/files/ajenti
deleted file mode 100644
index add7505a0..000000000
--- a/app-admin/ajenti/files/ajenti
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use net
-}
-
-start() {
- ebegin "Starting Ajenti"
- start-stop-daemon --start --exec /usr/bin/ajenti-panel --pidfile /var/run/ajenti.pid -- --start
- eend $?
-}
-
-stop() {
- ebegin "Stopping Ajenti"
- start-stop-daemon --stop --exec /usr/bin/ajenti-panel --pidfile /var/run/ajenti.pid
- eend $?
-}