Changeset 2234
- Timestamp:
- 08/26/08 20:08:36 (3 months ago)
- Files:
-
- psad/trunk/CREDITS (modified) (1 diff)
- psad/trunk/ChangeLog (modified) (1 diff)
- psad/trunk/init-scripts/psad-init.gentoo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/CREDITS
r2232 r2234 406 406 - Reported a bug where IPT_SYSLOG_FILE was not being honored in -A 407 407 (analyze) mode. 408 409 Steve B 410 - Submitted patch to fix a bug in the start() function in the Gentoo init 411 script which caused psad to not be started and the error "* ERROR: psad 412 failed to start" to be generated. psad/trunk/ChangeLog
r2226 r2234 1 psad-2.1.5 (09//2008): 2 - (Steve B) Submitted patch to fix a bug in the start() function in the 3 Gentoo init script which caused psad to not be started and the error 4 "* ERROR: psad failed to start" to be generated. 5 1 6 psad-2.1.4 (08/21/2008): 2 7 - Restructured perl module paths to make it easy to introduce a "nodeps" psad/trunk/init-scripts/psad-init.gentoo
r1613 r2234 23 23 24 24 ebegin "Starting ${SVCNAME}" 25 start-stop-daemon --start --quiet --exec /usr/sbin/psad 25 start-stop-daemon \ 26 --start \ 27 --quiet \ 28 --name psad \ 29 --exec /usr/sbin/psad \ 30 --pidfile /var/run/psad/psad.pid 26 31 eend $? "Failed to start ${SVCNAME}" 27 32 }
