updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / ramlog / ramlog-paths.patch
blob08b15cb01c7093091b794f96e64fbfc7091365c6
1 diff -rU 1 ramlog-2.0.0-orig//ramlog ramlog-2.0.0/ramlog
2 --- ramlog-2.0.0-orig//ramlog 2010-04-12 09:23:23.000000000 +0200
3 +++ ramlog-2.0.0/ramlog 2010-05-15 12:33:09.000000000 +0200
4 @@ -34,3 +34,3 @@
5 VERBOSE=1
6 -CONFIGFILE=/etc/init.d/ramlog
7 +CONFIGFILE=/etc/rc.d/ramlog
9 @@ -56,3 +56,3 @@
10 prog="ramlog"
11 -DAEMONDIR=/etc/init.d
12 +DAEMONDIR=/etc/rc.d
13 UNINSTALL_FLAG_FILE=/var/tmp/ramlog_uninstall_flag_file #If exists, ramlog will be uninstalled during shutdown or startup
14 @@ -376,7 +376,7 @@
15 daemA1="-e ^plymouthd" #daemon start 1
16 -DEFSTOP rsyslogd /etc/init.d/rsyslog
17 -DEFSTOP acpid /etc/init.d/acpid
18 -DEFSTOP syslogd /etc/init.d/sysklogd
19 -DEFSTOP cupsd /etc/init.d/cups
20 -DEFSTOP gdm-simpl /etc/init.d/gdm
21 +DEFSTOP rsyslogd /etc/rc.d/rsyslog
22 +DEFSTOP acpid /etc/rc.d/acpid
23 +DEFSTOP syslogd /etc/rc.d/sysklogd
24 +DEFSTOP cupsd /etc/rc.d/cups
25 +DEFSTOP gdm-simpl /etc/rc.d/gdm
26 DEFSTOP Xorg SLEEP
27 diff -rU 1 ramlog-2.0.0-orig//ramlog.conf.upstart ramlog-2.0.0/ramlog.conf.upstart
28 --- ramlog-2.0.0-orig//ramlog.conf.upstart 2010-04-07 00:35:07.000000000 +0200
29 +++ ramlog-2.0.0/ramlog.conf.upstart 2010-05-15 19:23:05.000000000 +0200
30 @@ -9,4 +9,4 @@
32 -pre-start exec /etc/init.d/ramlog upstart
33 -#post-stop exec /etc/init.d/ramlog upstop
34 +pre-start exec /etc/rc.d/ramlog upstart
35 +#post-stop exec /etc/rc.d/ramlog upstop
37 diff -rU 1 ramlog-2.0.0-orig//ramlog.cron ramlog-2.0.0/ramlog.cron
38 --- ramlog-2.0.0-orig//ramlog.cron 2008-06-08 04:28:38.000000000 +0200
39 +++ ramlog-2.0.0/ramlog.cron 2010-05-15 19:22:49.000000000 +0200
40 @@ -2,2 +2,2 @@
41 #save logs from ramdisk to harddrive:
42 -/etc/init.d/ramlog restart
43 +/etc/rc.d/ramlog restart