Commit graph

8 commits

Author SHA1 Message Date
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Akinori MUSHA
72d8a1325c USE_RC_SUBR'ify. 2004-05-10 18:39:05 +00:00
Akinori MUSHA
2012911aea Create a pid file and nohup.out in /var/run/esecanna/. 2003-10-25 16:11:00 +00:00
Akinori MUSHA
2eb69ed577 Run esecannaserver via nohup(1) to prevent it from dying when it gets
a SIGHUP, like when the rc script is invoked from within script(1),
e.g. in portupgrade(1)'s AFTERINSTALL hook.  This is just a workaround
and I'm investigating how esecannaserver fails to ignore a SIGHUP.

Approved by:	portmgr (will, kris and self)
2003-03-09 07:34:04 +00:00
Akinori MUSHA
5714f011c7 Update to the 1.0.0 official releases. 2000-09-09 10:25:11 +00:00
Akinori MUSHA
f62ffe4bc1 - Fix a typo: esecannai -> esecanna
- Refer to the pid file and use the value to kill the running process
instead of using killall(1) so as not to fail.

- Drop `force' support and just recommend to run
${PREFIX}/sbin/esecannaserver directly, in a certain situation.
2000-07-05 15:57:49 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Seiichirou Hiraoka
0ed1d8ff0b Update to 0.13.0
As the new version of esecanna has introduced dynamic module loading
mechanism, the port esecanna-vje30 has to be split into two ports
named esecanna and esecanna-module-vje30
PR: ports/16972
Submitted by: knu@idaemons.org
2000-03-07 08:32:54 +00:00