Lines 37-42
Link Here
|
37 |
# |
37 |
# |
38 |
# drop "contrib", if you really need them, write nagios-contrib ebuild |
38 |
# drop "contrib", if you really need them, write nagios-contrib ebuild |
39 |
# * bug #24865 |
39 |
# * bug #24865 |
|
|
40 |
# * eventually, we'll need "(no)contrib" USE flag which makes things |
41 |
# complicated further (what if a contrib script has additional (R)DEPEND?) |
42 |
# * just being useful is not sufficient to be included |
40 |
# * the scripts in contrib is not that useful |
43 |
# * the scripts in contrib is not that useful |
41 |
# * convertcfg.c: old "host" config has been deprecated for years |
44 |
# * convertcfg.c: old "host" config has been deprecated for years |
42 |
# * daemonchk.cgi: doesn't work for 2.x |
45 |
# * daemonchk.cgi: doesn't work for 2.x |
Lines 46-52
Link Here
|
46 |
# |
49 |
# |
47 |
# remove "dodoc SAMPLE_FILES", install them into /etc/${PN} instead |
50 |
# remove "dodoc SAMPLE_FILES", install them into /etc/${PN} instead |
48 |
# drop dodoc and gunzip sample files, let "make install-config" do the job |
51 |
# drop dodoc and gunzip sample files, let "make install-config" do the job |
49 |
# * bug #103945 |
52 |
# * bug #103945 bug #69415 |
|
|
53 |
# * bug #39926 http://bugs.gentoo.org/show_bug.cgi?id=39926#c8 |
54 |
# * no, sample configs should be installed in /etc/${PN} because users will |
55 |
# notice the nice diff when upstream changes default value, syntax or other |
56 |
# things in examples. additionally, you don't have to merge real config and |
57 |
# example one. this is NOT nagios-specific. |
58 |
# * always use |
59 |
# insinto /etc/${PN} |
60 |
# newins ${PN}.conf ${PN}.conf-dist |
61 |
# instead of |
62 |
# insinto /etc/${PN} |
63 |
# doins /etc/${PN}.conf |
64 |
# * docs/config.html mentions it's installed "into your settings directory" |
50 |
# |
65 |
# |
51 |
# use doinitd instead of newexe |
66 |
# use doinitd instead of newexe |
52 |
# |
67 |
# |