- 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>
19 lines
837 B
Text
19 lines
837 B
Text
*** 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
|