head 1.8; access; symbols OPENPKG_E1_MP_HEAD:1.8 OPENPKG_E1_MP:1.8 OPENPKG_E1_MP_2_STABLE:1.7.10.1 OPENPKG_E1_FP:1.7.10.1 OPENPKG_2_STABLE_MP:1.8 OPENPKG_2_STABLE_20061018:1.7.10.1 OPENPKG_2_STABLE_20060622:1.7 OPENPKG_2_STABLE:1.7.0.10 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_RELEASE:1.7 OPENPKG_2_5_SOLID:1.7.0.8 OPENPKG_2_5_SOLID_BP:1.7 OPENPKG_2_4_RELEASE:1.7 OPENPKG_2_4_SOLID:1.7.0.6 OPENPKG_2_4_SOLID_BP:1.7 OPENPKG_CW_FP:1.7 OPENPKG_2_3_RELEASE:1.7 OPENPKG_2_3_SOLID:1.7.0.4 OPENPKG_2_3_SOLID_BP:1.7 OPENPKG_2_2_RELEASE:1.7 OPENPKG_2_2_SOLID:1.7.0.2 OPENPKG_2_2_SOLID_BP:1.7 OPENPKG_2_1_RELEASE:1.6 OPENPKG_2_1_SOLID:1.6.0.6 OPENPKG_2_1_SOLID_BP:1.6 OPENPKG_2_0_RELEASE:1.6 OPENPKG_2_0_SOLID:1.6.0.4 OPENPKG_2_0_SOLID_BP:1.6 OPENPKG_1_3_RELEASE:1.6.2.1 OPENPKG_1_3_SOLID:1.6.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.6.2.1 OPENPKG_1_STABLE:1.6.0.2 OPENPKG_1_STABLE_MP:1.6; locks; strict; comment @# @; 1.8 date 2006.08.25.19.19.07; author rse; state Exp; branches; next 1.7; commitid Tvsj1UyQ8rQ89gKr; 1.7 date 2004.09.20.14.33.35; author rse; state Exp; branches 1.7.10.1; next 1.6; 1.6 date 2003.07.21.08.40.49; author thl; state Exp; branches 1.6.2.1; next 1.5; 1.5 date 2003.07.19.17.06.28; author rse; state Exp; branches; next 1.4; 1.4 date 2003.07.17.21.35.08; author thl; state Exp; branches; next 1.3; 1.3 date 2003.07.10.07.51.05; author rse; state Exp; branches; next 1.2; 1.2 date 2003.07.07.21.54.32; author thl; state Exp; branches; next 1.1; 1.1 date 2003.07.03.13.54.29; author thl; state Exp; branches; next ; 1.7.10.1 date 2006.10.16.14.56.06; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; 1.6.2.1 date 2003.07.24.20.50.34; author rse; state Exp; branches; next ; desc @@ 1.8 log @replace '@@l_prefix@@/lib/openpkg/bash @@l_prefix@@/etc/rc' in shebang with '@@l_prefix@@/bin/openpkg rc' to allow people who run the rc.xxx scripts directly (as executables) to leverage from the Set-UID functionality @ text @#!@@l_prefix@@/bin/openpkg rc ## ## rc.scponly -- Run-Commands ## %config scponly_enable="$openpkg_rc_def" scponly_log_prolog="true" scponly_log_epilog="true" scponly_log_numfiles="10" scponly_log_minsize="1M" scponly_log_complevel="9" %daily -u @@l_susr@@ rcService scponly enable yes || exit 0 shtool rotate -f \ -n ${scponly_log_numfiles} -s ${scponly_log_minsize} -d \ -z ${scponly_log_complevel} -o @@l_rusr@@ -g @@l_rgrp@@ -m 644 \ -P "${scponly_log_prolog}" \ -E "${scponly_log_epilog}" \ @@l_prefix@@/var/scponly/scponly.log @ 1.7 log @remove lonely logfile rotation comment in rc files @ text @d1 1 a1 1 #!@@l_prefix@@/lib/openpkg/bash @@l_prefix@@/etc/rc @ 1.7.10.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d1 1 a1 1 #!@@l_prefix@@/bin/openpkg rc @ 1.6 log @PR#210: shtool options space before argument @ text @a15 2 # rotate logfile @ 1.6.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @@ 1.5 log @replace opXXXX with rcXXXX (PR#207) @ text @d19 2 a20 2 -n${scponly_log_numfiles} -s${scponly_log_minsize} -d \ -z${scponly_log_complevel} -o@@l_rusr@@ -g@@l_rgrp@@ -m644 \ @ 1.4 log @migrate opServiceEnabled to opService ... enable yes; use new bootstrap feature and apply opService short circuit to %env @ text @d15 1 a15 1 opService scponly enable yes || exit 0 @ 1.3 log @use new openpkg_rc_def variable in run-command scripts for allowing the admin to change the global default for xxx_enable @ text @d15 1 a15 1 opServiceEnabled scponly || exit 0 @ 1.2 log @rclint police: fix mandatory/wished trailing blank line missing @ text @d7 1 a7 1 scponly_enable="yes" @ 1.1 log @add fsl support @ text @d24 1 @