]> git.pld-linux.org Git - packages/cherokee.git/commitdiff
- cherokee-panic to sbin
authorKarol Krenski <charles@pld-linux.org>
Tue, 21 Oct 2008 18:45:06 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cherokee-panic_path.patch -> 1.1

cherokee-panic_path.patch [new file with mode: 0644]

diff --git a/cherokee-panic_path.patch b/cherokee-panic_path.patch
new file mode 100644 (file)
index 0000000..52d41ef
--- /dev/null
@@ -0,0 +1,22 @@
+--- cherokee-0.9.4/cherokee.conf.sample.pre.orig       2008-09-26 23:29:36.000000000 +0200
++++ cherokee-0.9.4/cherokee.conf.sample.pre    2008-10-21 01:15:39.000000000 +0200
+@@ -16,7 +16,7 @@
+ server!keepalive = 1
+ server!keepalive_max_requests = 500
+ server!server_tokens = full
+-server!panic_action = %prefix%/bin/cherokee-panic
++server!panic_action = %prefix%/sbin/cherokee-panic
+ server!pid_file = %localstatedir%/run/cherokee.pid
+ # Default virtual server
+--- cherokee-0.9.4/admin/configured.py.pre.orig        2008-09-26 23:29:35.000000000 +0200
++++ cherokee-0.9.4/admin/configured.py.pre     2008-10-21 20:37:10.000000000 +0200
+@@ -14,7 +14,7 @@
+ CHEROKEE_ADMINDIR   = join (PREFIX, "share/cherokee/admin")
+ CHEROKEE_ICONSDIR   = join (PREFIX, "share/cherokee/icons")
+ CHEROKEE_THEMEDIR   = join (PREFIX, "share/cherokee/themes")
+-CHEROKEE_PANIC_PATH = join (PREFIX, "bin/cherokee-panic")
++CHEROKEE_PANIC_PATH = join (PREFIX, "sbin/cherokee-panic")
+ CHEROKEE_PLUGINDIR  = join (LIBDIR, "cherokee")
+ CHEROKEE_DATADIR    = join (DATADIR, "cherokee")
+ CHEROKEE_DEPSDIR    = join (DATADIR, "cherokee/deps")
This page took 0.111255 seconds and 4 git commands to generate.