diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-30 11:01:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-30 11:01:05 +0000 |
commit | 18224f6b6c92f37d2188fe71198c0f8d695066f9 (patch) | |
tree | ab6193f1a36bc8f0a415d89d00758406f2def8cd /UPDATING | |
parent | 4d3e03cedeaacadacf7436ad0316022acb4edca5 (diff) | |
download | ports-18224f6b6c92f37d2188fe71198c0f8d695066f9.tar.gz ports-18224f6b6c92f37d2188fe71198c0f8d695066f9.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -43,9 +43,9 @@ upgrades. to communicate the server by default. If $JSERVER environment variable is defined, the value is used as the server host name. In In short, the server name is determined in the following way: - + $JSERVER --(if null)--> CcWnn.Jserver --(if null)--> "localhost" - + If the server host name is null or matches "^unix$", unix domain socket is used. Note that the default server name in CcWnn.Jserver is "unix" now. @@ -130,11 +130,11 @@ upgrades. AFFECTS: users of comms/smstools3 AUTHOR: mm@FreeBSD.org - The startup script of comms/smstools3 has changed. For increased security - smstools now runs as user uucp / group dialer by default. The script + The startup script of comms/smstools3 has changed. For increased security + smstools now runs as user uucp / group dialer by default. The script commands like sendsms etc. should be executed as user uucp. To restore the old behaviour, set smsd_user="root" and smsd_group="wheel" - in your /etc/rc.conf. + in your /etc/rc.conf. Hint: use security/sudo for running smsd scripts as user uucp 20081108: @@ -146,9 +146,9 @@ upgrades. variable is defined, the value is used as the server host name. In JSERVER case, for example, the server name is determined in the following way: - - $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" - + + $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" + If the server host name is null or matches "^unix$", unix domain socket is used. The path name of the socket can be specified in wnn-[cjkt]udpath custom variable. |