anyterm/anytermd.sysconfig
Mohammed Morsi 561d4b2b0b - correct anyterm dependency for anyterm-httpd subpkg
- 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.
2009-07-28 15:37:26 +00:00

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