CVS log for ports/japanese/FreeWnn-server/files/kwnn.sh.in
Up to [FreeBSD] / ports / japanese / FreeWnn-server / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:49 2012 UTC (4 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Revision 1.3: 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
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 2 14:47:19 2010 UTC (2 years, 1 month ago) by hrs
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
- Improve buffer management. This change should fix issues on amd64.
- Fix daemonizing part. It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts. Plus,
wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Nov 1 14:45:15 2008 UTC (3 years, 3 months ago) by hrs
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
- Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script.
