mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
4b38031b7f
- 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.
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
Index: cWnn/cd/cserverrc
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/freewnn/cWnn/cd/cserverrc,v
|
|
retrieving revision 1.1.1.1
|
|
retrieving revision 1.3
|
|
diff -u -p -r1.1.1.1 -r1.3
|
|
--- cWnn/cd/cserverrc 20 Dec 2008 07:13:30 -0000 1.1.1.1
|
|
+++ cWnn/cd/cserverrc 2 Jan 2009 21:56:38 -0000 1.3
|
|
@@ -39,6 +39,9 @@ readfile sys/QianMa.dic
|
|
|
|
readfile sys/full.con
|
|
|
|
+listenaddr 127.0.0.1
|
|
+listenaddr ::1
|
|
+
|
|
max_client 32
|
|
max_sticky_env 10
|
|
|