- removed useradd/group add stdout redirection - def attr for anyterm-httpd subpkg - slight rewording and other trivial tasks Tue Jul 14 2009 <mmorsi@redhat.com> - 1.1.29-7 - removed useradd/group add stderr redirection - used all macros where i could - create httpd subpackage for anyterm/httpd integration Mon Jul 13 2009 <mmorsi@redhat.com> - 1.1.29-6 - fixed location of %%doc macro, and resolved other macro issues - moved anyterm-cmd from bindir to libexecdir/anyterm Thu Jul 09 2009 <mmorsi@redhat.com> - 1.1.29-5 - added CFLAGS / CXXFLAGS to pick up RPM_OPT_FLAGS Tue Jul 07 2009 <mmorsi@redhat.com> - 1.1.29-4 - removed pbuild - removed executable stack (requires prelink/execstack) Thu Apr 09 2009 <mmorsi@redhat.com> - 1.1.29-3 - updated spec / init based on rpmlint output Wed Apr 08 2009 <mmorsi@redhat.com> - 1.1.29-2 - Serve static content via apache - Use 1.1.29 release and newly added patches Mon Mar 16 2009 <mmorsi@redhat.com> - 1.1.29-1 - Initial checkout and build.
22 lines
543 B
Text
22 lines
543 B
Text
# anyterm daemon configuration variables
|
|
|
|
# command which anyterm will launch when client connects.
|
|
# ANYTERM_CMD=/usr/libexec/anyterm/anyterm-cmd
|
|
|
|
# port which anytermd will listen on
|
|
# ANYTERM_PORT=81
|
|
|
|
# user anyterm will run as
|
|
# ANYTERM_USER=anyterm
|
|
|
|
# toggle the 'local only' flag
|
|
# (whether anyterm will or will not
|
|
# accept connections from hosts other
|
|
# than localhost)
|
|
# ANYTERM_LOCAL_ONLY=true
|
|
|
|
# character set anyterm will use
|
|
# ANYTERM_CHARACTER_SET=UTF8
|
|
|
|
# subsys lock file to use
|
|
# ANYTERM_LOCKFILE=/var/lock/subsys/anyterm
|