head 1.14; access; symbols OPENPKG_E1_MP_HEAD:1.14 OPENPKG_E1_MP:1.14 OPENPKG_E1_MP_2_STABLE:1.13.8.1 OPENPKG_E1_FP:1.13.8.1 OPENPKG_2_STABLE_MP:1.14 OPENPKG_2_STABLE_20061018:1.13.8.1 OPENPKG_2_STABLE_20060622:1.13 OPENPKG_2_STABLE:1.13.0.8 OPENPKG_2_STABLE_BP:1.13 OPENPKG_2_5_RELEASE:1.13 OPENPKG_2_5_SOLID:1.13.0.6 OPENPKG_2_5_SOLID_BP:1.13 OPENPKG_2_4_RELEASE:1.13 OPENPKG_2_4_SOLID:1.13.0.4 OPENPKG_2_4_SOLID_BP:1.13 OPENPKG_CW_FP:1.13 OPENPKG_2_3_RELEASE:1.13 OPENPKG_2_3_SOLID:1.13.0.2 OPENPKG_2_3_SOLID_BP:1.13 OPENPKG_2_2_RELEASE:1.11 OPENPKG_2_2_SOLID:1.11.0.6 OPENPKG_2_2_SOLID_BP:1.11 OPENPKG_2_1_RELEASE:1.11 OPENPKG_2_1_SOLID:1.11.0.4 OPENPKG_2_1_SOLID_BP:1.11 OPENPKG_2_0_RELEASE:1.11 OPENPKG_2_0_SOLID:1.11.0.2 OPENPKG_2_0_SOLID_BP:1.11 OPENPKG_1_3_RELEASE:1.3.4.1 OPENPKG_1_3_SOLID:1.3.4.1.0.2 OPENPKG_1_3_SOLID_BP:1.3.4.1 OPENPKG_1_STABLE_MP:1.8 OPENPKG_1_2_RELEASE:1.3 OPENPKG_1_2_SOLID:1.3.0.6 OPENPKG_1_2_SOLID_BP:1.3 OPENPKG_1_STABLE:1.3.0.4 OPENPKG_1_STABLE_BP:1.3 OPENPKG_1_1_RELEASE:1.3 OPENPKG_1_1_SOLID:1.3.0.2 OPENPKG_1_1_SOLID_BP:1.3 OPENPKG_1_0_RELEASE:1.2 OPENPKG_1_0_SOLID:1.2.0.2 OPENPKG_1_0_SOLID_BP:1.2 OPENPKG_0_0:1.1.1.1 OPENPKG:1.1.1; locks; strict; comment @# @; 1.14 date 2006.08.25.19.16.26; author rse; state Exp; branches; next 1.13; commitid Tvsj1UyQ8rQ89gKr; 1.13 date 2005.02.11.08.09.38; author rse; state Exp; branches 1.13.8.1; next 1.12; 1.12 date 2005.02.11.08.08.12; author rse; state Exp; branches; next 1.11; 1.11 date 2004.01.30.10.06.39; author cs; state Exp; branches; next 1.10; 1.10 date 2003.11.12.16.12.57; author cs; state Exp; branches; next 1.9; 1.9 date 2003.09.25.08.18.32; author cs; state Exp; branches; next 1.8; 1.8 date 2003.07.19.17.05.54; author rse; state Exp; branches; next 1.7; 1.7 date 2003.07.17.21.34.40; author thl; state Exp; branches; next 1.6; 1.6 date 2003.07.10.07.50.26; author rse; state Exp; branches; next 1.5; 1.5 date 2003.06.24.12.07.45; author thl; state Exp; branches; next 1.4; 1.4 date 2003.03.28.11.19.52; author cs; state Exp; branches; next 1.3; 1.3 date 2002.04.30.06.57.18; author thl; state Exp; branches 1.3.4.1; next 1.2; 1.2 date 2001.11.26.16.23.25; author rse; state Exp; branches; next 1.1; 1.1 date 2001.09.18.09.48.30; author rse; state Exp; branches 1.1.1.1; next ; 1.13.8.1 date 2006.10.16.14.49.57; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; 1.3.4.1 date 2003.07.24.20.44.05; author rse; state Exp; branches; next ; 1.1.1.1 date 2001.09.18.09.48.30; author rse; state Exp; branches; next ; desc @@ 1.14 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.findutils -- Run-Commands ## %config findutils_enable="$openpkg_rc_def" findutils_tmpdir="/var/tmp" findutils_localpaths="/" findutils_netpaths="" findutils_prunepaths="/tmp /usr/tmp /var/tmp /afs" findutils_prunefs="devfs proc sysfs devpts tmpfs usbfs supermount ocfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs" findutils_localuser="@@l_susr@@" findutils_netuser="@@l_susr@@" %daily -u @@l_susr@@ rcService findutils enable yes || exit 0 TMPDIR="$findutils_tmpdir" \ @@l_prefix@@/bin/updatedb \ --localpaths="${findutils_localpaths}" \ --netpaths="${findutils_netpaths}" \ --prunepaths="${findutils_prunepaths}" \ --prunefs="${findutils_prunefs}" \ --localuser="${findutils_localuser}" \ --netuser="${findutils_netuser}" \ >/dev/null 2>&1 @ 1.13 log @use the usually larger /var/tmp instead of the usually smaller /tmp @ text @d1 1 a1 1 #!@@l_prefix@@/lib/openpkg/bash @@l_prefix@@/etc/rc @ 1.13.8.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.12 log @simplify sort and tmpdir hacking; fix su(1) usage under non-Linux systems @ text @d8 1 a8 1 findutils_tmpdir="/tmp" @ 1.11 log @extended prunefs list @ text @d18 1 @ 1.10 log @added more file systems to be omitted @ text @d12 1 a12 1 findutils_prunefs="devfs proc sysfs tmpfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs" @ 1.9 log @added updatedb control features @ text @d12 1 a12 1 findutils_prunefs="nfs NFS proc" @ 1.8 log @replace opXXXX with rcXXXX (PR#207) @ text @d8 7 d18 8 a25 1 @@l_prefix@@/bin/updatedb 2>&1 >/dev/null @ 1.7 log @migrate opServiceEnabled to opService ... enable yes; use new bootstrap feature and apply opService short circuit to %env @ text @d10 1 a10 1 opService findutils enable yes || exit 0 @ 1.6 log @use new openpkg_rc_def variable in run-command scripts for allowing the admin to change the global default for xxx_enable @ text @d10 1 a10 1 opServiceEnabled findutils || exit 0 @ 1.5 log @cosmetics: align/fix/unify rc header comment @ text @d7 1 a7 1 findutils_enable="yes" @ 1.4 log @rc script clean up @ text @d3 1 a3 1 ## rc.findutils -- Run-Commands for GNU find utilities @ 1.3 log @get rid of cron mails @ text @d6 5 a10 1 %daily -u root @ 1.3.4.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class BASE only] @ text @d3 1 a3 1 ## rc.findutils -- Run-Commands d6 1 a6 5 %config findutils_enable="$openpkg_rc_def" %daily -u @@l_susr@@ rcService findutils enable yes || exit 0 @ 1.2 log @Mega-change: - prefix/etc/rpm -> prefix/etc/openpkg - prefix/lib/rpm -> prefix/lib/openpkg @ text @d7 1 a7 1 @@l_prefix@@/bin/updatedb @ 1.1 log @Initial revision @ text @d1 1 a1 1 #!@@l_prefix@@/lib/rpm/bash @@l_prefix@@/etc/rc @ 1.1.1.1 log @Import OpenPKG sources into CVS repository @ text @@