summaryrefslogtreecommitdiff
path: root/net-misc/gofish/files/gofish.confd
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gofish/files/gofish.confd')
-rw-r--r--net-misc/gofish/files/gofish.confd27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-misc/gofish/files/gofish.confd b/net-misc/gofish/files/gofish.confd
deleted file mode 100644
index af244521a7e7..000000000000
--- a/net-misc/gofish/files/gofish.confd
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Config file for gofish Gentoo start-script.
-# Should be stored as: /etc/conf.d/gofish
-#
-
-# Application name
-GOFISH_APP=gofish
-
-# Path to gofish executable
-GOFISH_EXEC=/usr/sbin/gofish
-
-# The gofish config file
-GOFISH_CONF_FILE=/etc/gofish.conf
-
-# The start options
-GOFISH_START_OPTS="-d"
-
-# The stop options
-GOFISH_STOP_OPTS=""
-
-# The reload options
-GOFISH_RELOAD_OPTS=""
-
-# The pid file
-GOFISH_PIDFILE=/var/run/gofish.pid
-
-