diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2003-10-04 02:11:55 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2003-10-04 02:11:55 +0000 |
commit | 49ecdbfbc37fb4716c9e11b4eaa1c1a3354dc29f (patch) | |
tree | 9d8e6a2bf51383852ce4402b2286787050f68f70 /net-misc/capi4hylafax/files | |
parent | hybrid of two user-submitted ebuilds (diff) | |
download | gentoo-2-49ecdbfbc37fb4716c9e11b4eaa1c1a3354dc29f.tar.gz gentoo-2-49ecdbfbc37fb4716c9e11b4eaa1c1a3354dc29f.tar.bz2 gentoo-2-49ecdbfbc37fb4716c9e11b4eaa1c1a3354dc29f.zip |
hybrid of two user-submitted ebuilds
Diffstat (limited to 'net-misc/capi4hylafax/files')
-rw-r--r-- | net-misc/capi4hylafax/files/capi4hylafax | 20 | ||||
-rw-r--r-- | net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02 | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/capi4hylafax/files/capi4hylafax b/net-misc/capi4hylafax/files/capi4hylafax new file mode 100644 index 000000000000..43693f2e4efd --- /dev/null +++ b/net-misc/capi4hylafax/files/capi4hylafax @@ -0,0 +1,20 @@ +#!/sbin/runscript + +depend() { + need capi +} + +start() { + ebegin "Starting CAPI4HylaFAX" + start-stop-daemon -b -m --quiet --start --exec /usr/bin/c2faxrecv \ + --pidfile /var/run/c2faxrecv.pid + eend $? + +} + +stop() { + ebegin "Stopping CAPI4HylaFAX" + start-stop-daemon -o --quiet --stop --pidfile /var/run/c2faxrecv.pid + eend $? + +} diff --git a/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02 b/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02 new file mode 100644 index 000000000000..b5f4d4b03725 --- /dev/null +++ b/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02 @@ -0,0 +1 @@ +MD5 1ef61b98b2a3c59356a12f6defaa5d36 capi4hylafax-01.02.02.tar.gz 623062 |