diff options
author | grant <grant@pkgsrc.org> | 2002-09-23 15:32:56 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-09-23 15:32:56 +0000 |
commit | d3024938402956b78cb3d78ea547a3f6f58194d2 (patch) | |
tree | 0b19a4ddafeb842ab6b2ff286a12c96038935a88 /news | |
parent | 3c120c367fc7a37ed1394896f0457c862139432f (diff) | |
download | pkgsrc-d3024938402956b78cb3d78ea547a3f6f58194d2.tar.gz |
comment fix.
Diffstat (limited to 'news')
-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' |