Lines 1-16
Link Here
|
|
|
1 |
@unexec if cmp -s %D/etc/oops/accel_maps %D/etc/oops/accel_maps.sample; then rm -f %D/etc/oops/accel_maps; fi |
1 |
etc/oops/accel_maps.sample |
2 |
etc/oops/accel_maps.sample |
|
|
3 |
@exec [ -f %B/accel_maps ] || cp %B/%f %B/accel_maps |
4 |
@unexec if cmp -s %D/etc/oops/acl_local_networks %D/etc/oops/acl_local_networks.sample; then rm -f %D/etc/oops/acl_local_networks; fi |
2 |
etc/oops/acl_local_networks.sample |
5 |
etc/oops/acl_local_networks.sample |
|
|
6 |
@exec [ -f %B/etc/oops/acl_local_networks ] || cp %B/%f %B/acl_local_networks |
7 |
@unexec if cmp -s %D/etc/oops/auth_template.html %D/etc/oops/auth_template.html.sample; then rm -f %D/etc/oops/auth_template.html; fi |
3 |
etc/oops/auth_template.html.sample |
8 |
etc/oops/auth_template.html.sample |
|
|
9 |
@exec [ -f %B/etc/oops/auth_template.html ] || cp %B/%f %B/auth_template.html |
10 |
@unexec if cmp -s %D/etc/oops/err_template.html %D/etc/oops/err_template.html.sample; then rm -f %D/etc/oops/err_template.html; fi |
4 |
etc/oops/err_template.html.sample |
11 |
etc/oops/err_template.html.sample |
|
|
12 |
@exec [ -f %B/etc/oops/err_template.html ] || cp %B/%f %B/err_template.html |
13 |
@unexec if cmp -s %D/etc/oops/oops.cfg %D/etc/oops/oops.cfg.sample; then rm -f %D/etc/oops/oops.cfg; fi |
5 |
etc/oops/oops.cfg.sample |
14 |
etc/oops/oops.cfg.sample |
|
|
15 |
@exec [ -f %B/etc/oops/oops.cfg ] || cp %B/%f %B/oops.cfg |
16 |
@unexec if cmp -s %D/etc/oops/passwd %D/etc/oops/passwd.sample; then rm -f %D/etc/oops/passwd; fi |
6 |
etc/oops/passwd.sample |
17 |
etc/oops/passwd.sample |
|
|
18 |
@exec [ -f %B/etc/oops/passwd ] || cp %B/%f %B/passwd |
19 |
@unexec if cmp -s %D/etc/oops/redir_rules %D/etc/oops/redir_rules.sample; then rm -f %D/etc/oops/redir_rules; fi |
7 |
etc/oops/redir_rules.sample |
20 |
etc/oops/redir_rules.sample |
|
|
21 |
@exec [ -f %B/etc/oops/redir_rules ] || cp %B/%f %B/redir_rules |
22 |
@unexec if cmp -s %D/etc/oops/redir_template.html %D/etc/oops/redir_template.html.sample; then rm -f %D/etc/oops/redir_template.html; fi |
8 |
etc/oops/redir_template.html.sample |
23 |
etc/oops/redir_template.html.sample |
|
|
24 |
@exec [ -f %B/etc/oops/redir_template.html ] || cp %B/%f %B/redir_template.html |
25 |
@unexec if cmp -s %D/etc/oops/select.sql %D/etc/oops/select.sql.sample; then rm -f %D/etc/oops/select.sql; fi |
9 |
etc/oops/select.sql.sample |
26 |
etc/oops/select.sql.sample |
|
|
27 |
@exec [ -f %B/etc/oops/select.sql ] || cp %B/%f %B/select.sql |
10 |
etc/oops/tables/koi-alt.tab |
28 |
etc/oops/tables/koi-alt.tab |
11 |
etc/oops/tables/koi-iso.tab |
29 |
etc/oops/tables/koi-iso.tab |
12 |
etc/oops/tables/koi-win.tab |
30 |
etc/oops/tables/koi-win.tab |
13 |
etc/rc.d/oops.sh.sample |
31 |
etc/rc.d/oops.sh |
14 |
libexec/oops/accel.so |
32 |
libexec/oops/accel.so |
15 |
libexec/oops/berkeley_db_api.so |
33 |
libexec/oops/berkeley_db_api.so |
16 |
libexec/oops/custom_log.so |
34 |
libexec/oops/custom_log.so |
Lines 23-40
Link Here
|
23 |
libexec/oops/oopsctl_mod.so |
41 |
libexec/oops/oopsctl_mod.so |
24 |
libexec/oops/pam.so |
42 |
libexec/oops/pam.so |
25 |
libexec/oops/passwd_file.so |
43 |
libexec/oops/passwd_file.so |
|
|
44 |
libexec/oops/passwd_ldap.so |
26 |
libexec/oops/passwd_mysql.so |
45 |
libexec/oops/passwd_mysql.so |
27 |
libexec/oops/passwd_pgsql.so |
46 |
libexec/oops/passwd_pgsql.so |
28 |
libexec/oops/redir.so |
47 |
libexec/oops/redir.so |
29 |
libexec/oops/transparent.so |
48 |
libexec/oops/transparent.so |
30 |
libexec/oops/vary_header.so |
49 |
libexec/oops/vary_header.so |
31 |
libexec/oops/wccp2.so |
50 |
libexec/oops/wccp2.so |
32 |
sbin/oopsctl |
51 |
libexec/oops/win_http.so |
33 |
sbin/oops |
52 |
sbin/oops |
|
|
53 |
sbin/oopsctl |
34 |
@dirrm libexec/oops |
54 |
@dirrm libexec/oops |
35 |
@dirrm etc/oops/tables |
55 |
@dirrm etc/oops/tables |
36 |
@dirrm etc/oops |
56 |
@unexec rmdir %D/etc/oops 2>/dev/null || true |
37 |
@unexec rmdir %D/oops/DB 2>/dev/null || true |
57 |
@unexec rmdir %D/oops/DB 2>/dev/null || true |
38 |
@unexec rmdir %D/oops/logs 2>/dev/null || true |
58 |
@unexec rmdir %D/oops/logs 2>/dev/null || true |
39 |
@unexec rmdir %D/oops/storages 2>/dev/null || true |
59 |
@unexec rmdir %D/oops/storages 2>/dev/null || true |
40 |
@unexec rmdir %D/oops 2>/dev/null || true |
60 |
@unexec rmdir %D/oops 2>/dev/null || true |
|
|
61 |
@unexec rmdir /var/log/oops 2>/dev/null || true |
62 |
@unexec rm -f /var/run/oops/oopsctl 2>/dev/null || true |
63 |
@unexec rm -f /var/run/oops/oops_statfile 2>/dev/null || true |
64 |
@unexec rm -f /var/run/oops/oops.pid 2>/dev/null || true |
65 |
@unexec rmdir /var/run/oops 2>/dev/null || true |