OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 09-Sep-2003 20:33:35
Branch: HEAD Handle: 2003090919333301
Modified files:
openpkg-src/tftp rc.tftp tftp.spec
openpkg-web news.txt
Log:
Implement features in ticket #202
Summary:
Revision Changes Path
1.13 +5 -2 openpkg-src/tftp/rc.tftp
1.30 +1 -1 openpkg-src/tftp/tftp.spec
1.6482 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/rc.tftp
============================================================================
$ cvs diff -u -r1.12 -r1.13 rc.tftp
--- openpkg-src/tftp/rc.tftp 23 Jul 2003 13:07:41 -0000 1.12
+++ openpkg-src/tftp/rc.tftp 9 Sep 2003 18:33:34 -0000 1.13
@@ -31,6 +31,7 @@
%start -u @l_susr@
rcService tftp enable yes || exit 0
+ rcService tftp active yes && exit 0
opts="-l -u @l_nusr@ -m @l_prefix@/etc/tftp/tftpd.remap"
if [ ".$tftp_listen" != . ]; then
opts="$opts -a $tftp_listen"
@@ -42,11 +43,13 @@
%stop -u @l_susr@
rcService tftp enable yes || exit 0
+ rcService tftp active no && exit 0
tftp_signal TERM
rm -f $tftp_pidfile 2>&1 || true
%restart -u @l_susr@
rcService tftp enable yes || exit 0
+ rcService tftp active no && exit 0
rc tftp stop
sleep 2
rc tftp start
@@ -57,8 +60,8 @@
# rotate logfile
shtool rotate -f \
-n ${tftp_log_numfiles} -s ${tftp_log_minsize} -d \
- -z ${tftp_log_complevel} -o @l_nusr@ -g @l_ngrp@ -m 644 \
+ -z ${tftp_log_complevel} -o @l_susr@ -g @l_mgrp@ -m 644 \
-P "${tftp_log_prolog}" \
- -E "${tftp_log_epilog}" \
+ -E "${tftp_log_epilog} && rc tftp restart" \
@l_prefix@/var/tftp/tftp.log
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tftp/tftp.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 tftp.spec
--- openpkg-src/tftp/tftp.spec 31 Jul 2003 17:46:55 -0000 1.29
+++ openpkg-src/tftp/tftp.spec 9 Sep 2003 18:33:34 -0000 1.30
@@ -33,7 +33,7 @@
Group: Networt
License: GPL
Version: 0.34
-Release: 20030731
+Release: 20030909
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6481 -r1.6482 news.txt
--- openpkg-web/news.txt 9 Sep 2003 17:05:33 -0000 1.6481
+++ openpkg-web/news.txt 9 Sep 2003 18:33:33 -0000 1.6482
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<tftp-0.34-20030909>
09-Sep-2003: Upgraded package: P<sasl-2.1.15-20030909>
09-Sep-2003: Upgraded package: P<radius-1.1-20030909>
09-Sep-2003: Upgraded package: P<samhain-1.7.11-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]