diff options
author | grant <grant> | 2002-09-23 15:32:56 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-23 15:32:56 +0000 |
commit | a7dc3a5b8bebe90dc844ef76a14f1de788417dca (patch) | |
tree | 0b19a4ddafeb842ab6b2ff286a12c96038935a88 | |
parent | e542e10f187a459426ced5e77c6eab647976ae40 (diff) | |
download | pkgsrc-a7dc3a5b8bebe90dc844ef76a14f1de788417dca.tar.gz |
comment fix.
-rw-r--r-- | news/nntpcache/files/nntpcached.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/nntpcache/files/nntpcached.rc b/news/nntpcache/files/nntpcached.rc index a7148b686b5..eaa2ef8d23b 100644 --- a/news/nntpcache/files/nntpcached.rc +++ b/news/nntpcache/files/nntpcached.rc @@ -1,5 +1,7 @@ #!/bin/sh -# $NetBSD: nntpcached.rc,v 1.1 1998/06/06 15:28:36 frueauf Exp $ +# +# $NetBSD: nntpcached.rc,v 1.2 2002/09/23 15:32:56 grant Exp $ +# PATH=%%PREFIX%%/sbin:/bin:/usr/bin [ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached' |