diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 22:25:20 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 22:25:20 +0000 |
commit | 02e74a11f278bda4249040bf6fefdad66e524791 (patch) | |
tree | 5207cdfb36a81b578325515e7ba710acf722ab69 /net/cricket/files/patch-sample-config::news-server::Defaults | |
parent | 907d1429737b0e840c30dd5982033aa5b0d7f922 (diff) | |
download | freebsd-ports-02e74a11f278bda4249040bf6fefdad66e524791.zip |
- update to 1.0.4.p1
- remove NO_PACKAGE; the customization isn't done at build/install time
- remove the old patches & configure script; use cricket's own scripts to
tell it our version of perl.
- revamp the install so it matches the docs more closely:
* things go in ${PREFIX}/cricket
* scripts go in cricket/cricket-${PORTVERSION}, cricket/cricket symlink
created for convenience
* cricket/cricket-{config,data,logs} created
- create a "cricket" user to run the collectors
- use pkg-message instead of ${ECHO}'ing things in post-install
PR: 38932 (with a few modifications)
Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
Diffstat (limited to 'net/cricket/files/patch-sample-config::news-server::Defaults')
-rw-r--r-- | net/cricket/files/patch-sample-config::news-server::Defaults | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/cricket/files/patch-sample-config::news-server::Defaults b/net/cricket/files/patch-sample-config::news-server::Defaults new file mode 100644 index 000000000000..fa97de2b827e --- /dev/null +++ b/net/cricket/files/patch-sample-config::news-server::Defaults @@ -0,0 +1,19 @@ +*** sample-config/news-server/Defaults.orig Thu Oct 25 00:27:29 2001 +--- sample-config/news-server/Defaults Wed Jun 5 16:55:45 2002 +*************** +*** 11,17 **** + # you'll probably want to change this... unless you + # have Cricket in ~/cricket and your config tree in ~/config + util-dir = %auto-base%/../cricket/util +! remexec = "/usr/local/net/bin/ssh -l %user% %server%" + user = news + server = nntp-host + target-type = news-server +--- 11,17 ---- + # you'll probably want to change this... unless you + # have Cricket in ~/cricket and your config tree in ~/config + util-dir = %auto-base%/../cricket/util +! remexec = "/usr/bin/ssh -l %user% %server%" + user = news + server = nntp-host + target-type = news-server |