diff options
author | abs <abs@pkgsrc.org> | 2001-10-04 11:05:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-10-04 11:05:00 +0000 |
commit | d9aeaae03b4c5366fbc2be7117c4d85246a4c38c (patch) | |
tree | e8d5132d23d32e4c1e0c7253bdefad68442be0ad /net/upclient/files | |
parent | 7547085046965b15f126e26003839c0336beb639 (diff) | |
download | pkgsrc-d9aeaae03b4c5366fbc2be7117c4d85246a4c38c.tar.gz |
Deleted net/upclient - the uptimes project has been suspended, and if it
resumes it will use a new client and protocol.
Diffstat (limited to 'net/upclient/files')
-rw-r--r-- | net/upclient/files/upclient.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/upclient/files/upclient.sh b/net/upclient/files/upclient.sh deleted file mode 100644 index 3c343915921..00000000000 --- a/net/upclient/files/upclient.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -if [ -x @PREFIX@/bin/upclient ] -then - @INSTALL@ -o nobody -m 644 /dev/null /var/run/upclient.pid - @SU@ -m nobody -c @PREFIX@/bin/upclient >/dev/null - echo -n ' upclient' -fi |