head 1.8; access; symbols OPENPKG_E1_MP_HEAD:1.8 OPENPKG_E1_MP:1.8 OPENPKG_E1_MP_2_STABLE:1.7.14.1 OPENPKG_E1_FP:1.7.14.1 OPENPKG_2_STABLE_MP:1.8 OPENPKG_2_STABLE_20061018:1.7.14.1 OPENPKG_2_STABLE_20060622:1.7 OPENPKG_2_STABLE:1.7.0.14 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_RELEASE:1.7 OPENPKG_2_5_SOLID:1.7.0.12 OPENPKG_2_5_SOLID_BP:1.7 OPENPKG_2_4_RELEASE:1.7 OPENPKG_2_4_SOLID:1.7.0.10 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.8 OPENPKG_2_3_SOLID_BP:1.7 OPENPKG_2_2_RELEASE:1.7 OPENPKG_2_2_SOLID:1.7.0.6 OPENPKG_2_2_SOLID_BP:1.7 OPENPKG_2_1_RELEASE:1.7 OPENPKG_2_1_SOLID:1.7.0.4 OPENPKG_2_1_SOLID_BP:1.7 OPENPKG_2_0_RELEASE:1.7 OPENPKG_2_0_SOLID:1.7.0.2 OPENPKG_2_0_SOLID_BP:1.7 OPENPKG_1_3_RELEASE:1.2.6.1 OPENPKG_1_3_SOLID:1.2.6.1.0.2 OPENPKG_1_3_SOLID_BP:1.2.6.1 OPENPKG_1_STABLE_MP:1.7 OPENPKG_1_2_RELEASE:1.2 OPENPKG_1_2_SOLID:1.2.0.8 OPENPKG_1_2_SOLID_BP:1.2 OPENPKG_1_STABLE:1.2.0.6 OPENPKG_1_STABLE_BP:1.2 OPENPKG_1_1_RELEASE:1.2 OPENPKG_1_1_SOLID:1.2.0.4 OPENPKG_1_1_SOLID_BP:1.2 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.8 date 2006.08.25.19.20.16; author rse; state Exp; branches; next 1.7; commitid Tvsj1UyQ8rQ89gKr; 1.7 date 2003.07.19.17.06.40; author rse; state Exp; branches 1.7.14.1; next 1.6; 1.6 date 2003.07.17.21.35.19; author thl; state Exp; branches; next 1.5; 1.5 date 2003.07.11.14.39.04; author rse; state Exp; branches; next 1.4; 1.4 date 2003.07.09.14.06.29; author thl; state Exp; branches; next 1.3; 1.3 date 2003.06.24.12.08.15; author thl; state Exp; branches; next 1.2; 1.2 date 2001.11.26.16.23.37; author rse; state Exp; branches 1.2.6.1; next 1.1; 1.1 date 2001.09.18.09.48.29; author rse; state Exp; branches 1.1.1.1; next ; 1.7.14.1 date 2006.10.16.14.57.47; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; 1.2.6.1 date 2003.07.24.20.42.07; author rse; state Exp; branches; next ; 1.1.1.1 date 2001.09.18.09.48.29; 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.vim -- Run-Commands ## %config vim_enable="$openpkg_rc_def" %env rcService vim enable yes || exit 0 EDITOR="@@l_prefix@@/bin/vim" export EDITOR VISUAL="@@l_prefix@@/bin/vim" export VISUAL @ 1.7 log @replace opXXXX with rcXXXX (PR#207) @ text @d1 1 a1 1 #!@@l_prefix@@/lib/openpkg/bash @@l_prefix@@/etc/rc @ 1.7.14.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 @migrate opServiceEnabled to opService ... enable yes; use new bootstrap feature and apply opService short circuit to %env @ text @d10 1 a10 1 opService vim enable yes || exit 0 @ 1.5 log @fix rc script: default for vim_enable was missing @ text @d10 5 a14 6 if opServiceEnabled vim; then EDITOR="@@l_prefix@@/bin/vim" export EDITOR VISUAL="@@l_prefix@@/bin/vim" export VISUAL fi @ 1.4 log @rclint police: fix badly prefixed variable, opServiceEnabled, exit not allowed here @ text @d6 3 @ 1.3 log @cosmetics: align/fix/unify rc header comment @ text @d7 6 a12 4 EDITOR="@@l_prefix@@/bin/vim" export EDITOR VISUAL="@@l_prefix@@/bin/vim" export VISUAL @ 1.2 log @Mega-change: - prefix/etc/rpm -> prefix/etc/openpkg - prefix/lib/rpm -> prefix/lib/openpkg @ text @d3 1 a3 1 ## rc.vim -- Run-Commands for vim(1) @ 1.2.6.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class CORE only] @ text @d3 1 a3 1 ## rc.vim -- Run-Commands a5 3 %config vim_enable="$openpkg_rc_def" a6 1 rcService vim enable yes || exit 0 @ 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 @@