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
6 -CONFIGFILE=/etc/init.d/ramlog
7 +CONFIGFILE=/etc/rc.d/ramlog
11 -DAEMONDIR=/etc/init.d
13 UNINSTALL_FLAG_FILE=/var/tmp/ramlog_uninstall_flag_file #If exists, ramlog will be uninstalled during shutdown or startup
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
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
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
41 #save logs from ramdisk to harddrive:
42 -/etc/init.d/ramlog restart
43 +/etc/rc.d/ramlog restart