added exec feature, see changelog for details

This commit is contained in:
Evgeniy Kozhuhovskiy
2005-02-12 22:13:37 +00:00
parent 5944994911
commit bdea851d54
7 changed files with 31 additions and 3 deletions
+8 -1
View File
@@ -448,6 +448,8 @@ skip_files_recv *.pif *.swp
# To see a nodelist node information in the log file, write:
#
#run_after_handshake [useshell,logout]/usr/local/lib/ftn/nlookup $REM_ADDR_FTN
#
#
# Path to the directory with "long" fileboxes. Such fileboxes names
@@ -551,7 +553,7 @@ daemon_pid_file /var/run/bforce.pid
#
# Syslog facility (see man 3 openlog and /usr/include/sys/syslog.h for list of facilities)
# 64 == 8<3 ==
# 64 == 8<3 == LOG_UUCP
# See SYSLOG for details
#
syslog_facility 64
@@ -561,5 +563,10 @@ syslog_facility 64
#
nomail_flag /etc/nomail
#
# run_before_session executes a command specified
# and returns after the command has been completed.
#
run_before_session /usr/local/bin/call_inet.sh
# That's all!