head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2.2.2 OPENPKG_E1_FP:1.2.2.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2.2.2 OPENPKG_2_STABLE:1.2.0.2 OPENPKG_CW_FP:1.2 OPENPKG_1_STABLE_MP:1.2; locks; strict; comment @# @; 1.2 date 2003.04.04.14.53.42; author rse; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2003.01.24.14.51.23; author mlelstv; state Exp; branches; next ; 1.2.2.1 date 2003.04.04.14.53.42; author rse; state dead; branches; next 1.2.2.2; commitid iZxwRSmmWscPXUQr; 1.2.2.2 date 2006.10.16.14.55.55; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.2 log @- move webrt.css to /etc/rt/ as %config for editing - move rtapache.conf to /etc/rt/ as %config for editing - integrate primary color selection as %option to reduce post-patching - disable useless header element on login screen - disable nasty looking copyright message on login screen - provide generic support for logo and URL in header @ text @#!/bin/sh sed \ -e "s;^\(PIDFILE=\).*;\1@@l_prefix@@/var/rt/run/apache.pid;" \ -e "s;^\(HTTPD=\)\(.*\);\1\"\2 -f @@l_prefix@@/etc/rt/rtapache.conf\";" \ @@l_prefix@@/sbin/apachectl \ | sh -s "$@@" @ 1.2.2.1 log @file rtapachectl was added on branch OPENPKG_2_STABLE on 2006-10-16 14:55:55 +0000 @ text @d1 6 @ 1.2.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 6 #!/bin/sh sed \ -e "s;^\(PIDFILE=\).*;\1@@l_prefix@@/var/rt/run/apache.pid;" \ -e "s;^\(HTTPD=\)\(.*\);\1\"\2 -f @@l_prefix@@/etc/rt/rtapache.conf\";" \ @@l_prefix@@/sbin/apachectl \ | sh -s "$@@" @ 1.1 log @almost working snapshot @ text @a1 1 d4 1 a4 1 -e "s;^\(HTTPD=\)\(.*\);\1\"\2 -f @@l_prefix@@/libexec/rt/rtapache.conf\";" \ @