diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 13:08:21 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 13:08:21 +0000 |
commit | aa87953cfe5b3c3178b9918771338981553eebba (patch) | |
tree | 6d905a026330af60b16dd1445acc34656f13d67e /net-print/hpoj/files | |
parent | fixed several bugs (diff) | |
download | gentoo-2-aa87953cfe5b3c3178b9918771338981553eebba.tar.gz gentoo-2-aa87953cfe5b3c3178b9918771338981553eebba.tar.bz2 gentoo-2-aa87953cfe5b3c3178b9918771338981553eebba.zip |
fixed several bugs
Diffstat (limited to 'net-print/hpoj/files')
-rw-r--r-- | net-print/hpoj/files/digest-hpoj-0.90-r1 | 1 | ||||
-rw-r--r-- | net-print/hpoj/files/hpoj.init | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-print/hpoj/files/digest-hpoj-0.90-r1 b/net-print/hpoj/files/digest-hpoj-0.90-r1 new file mode 100644 index 000000000000..c59058653efc --- /dev/null +++ b/net-print/hpoj/files/digest-hpoj-0.90-r1 @@ -0,0 +1 @@ +MD5 dd76385c20bccabf6f5446b1004d8372 hpoj-0.90.tgz 492881 diff --git a/net-print/hpoj/files/hpoj.init b/net-print/hpoj/files/hpoj.init new file mode 100644 index 000000000000..cba5f176f0f2 --- /dev/null +++ b/net-print/hpoj/files/hpoj.init @@ -0,0 +1,16 @@ +#!/sbin/runscript +depend() { + before cupsd +} + +start() { + ebegin "Starting hpoj" + /usr/sbin/ptal-init start -q + eend $? +} + +stop() { + ebegin "Stopping hpoj" + /usr/sbin/ptal-init stop -q + eend $? +} |