mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
6212c76b8a
A prefetching proxy server for WWW. PR: 7540 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
18 lines
315 B
Plaintext
18 lines
315 B
Plaintext
--- ../admin/killwcol.in.orig Sun Jul 12 20:37:34 1998
|
|
+++ ../admin/killwcol.in Sun Jul 12 20:35:08 1998
|
|
@@ -3,10 +3,10 @@
|
|
###
|
|
### defaults
|
|
###
|
|
-D_CONFIG=/etc/wcol.conf
|
|
-D_PIDFILE=/var/tmp/wcol.pid
|
|
-BSD=
|
|
-SYSV=1
|
|
+D_CONFIG=@prefix@/etc/wcol.conf
|
|
+D_PIDFILE=/var/run/wcol.pid
|
|
+BSD=1
|
|
+SYSV=
|
|
|
|
|
|
while [ $# -ge 1 ]
|