CVS log for ports/japanese/esecanna/files/Attic/esecanna.sh
Up to [FreeBSD] / ports / japanese / esecanna / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Sat Mar 27 00:33:31 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +1 -1 lines
Properly utilize USE_RC_SUBR
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:13:07 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:05 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 10 18:39:05 2004 UTC (7 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +35 -34 lines
USE_RC_SUBR'ify.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 25 16:11:00 2003 UTC (8 years, 3 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Create a pid file and nohup.out in /var/run/esecanna/.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 9 07:34:04 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 5 15:57:49 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -17 lines
- 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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:36:34 2000 UTC (11 years, 7 months ago) by tg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +36 -16 lines
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 7 08:32:43 2000 UTC (11 years, 11 months ago) by flathill
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_5_0
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
