summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-11-21 06:42:19 +0000
committerJeroen Roovers <jer@gentoo.org>2012-11-21 06:42:19 +0000
commit7de477a12a03fe988f1d234f38ab5431fe71488b (patch)
treec7552df84dc308e0720b33198745559e9aaf68e5 /net-firewall/psad/files
parentStable for SPARC (bug #441420). (diff)
downloadgentoo-2-7de477a12a03fe988f1d234f38ab5431fe71488b.tar.gz
gentoo-2-7de477a12a03fe988f1d234f38ab5431fe71488b.tar.bz2
gentoo-2-7de477a12a03fe988f1d234f38ab5431fe71488b.zip
Make netmon maintainer. Version bump (bug #439562). Respect CC, CFLAGS, LDFLAGS (bug #442486). Do not "fix" psad.conf (also fixes bug #349203). Do not ewarn/einfo/e.. users about configuration issues (RTFM). Add some more dependencies. Introduce some sanity in the build system (bug #340877 and a lot more). Replace keepdir /var/run using checkpath.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-firewall/psad/files')
-rw-r--r--net-firewall/psad/files/psad-2.2-var-run.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-firewall/psad/files/psad-2.2-var-run.patch b/net-firewall/psad/files/psad-2.2-var-run.patch
new file mode 100644
index 000000000000..7760b9ea45d4
--- /dev/null
+++ b/net-firewall/psad/files/psad-2.2-var-run.patch
@@ -0,0 +1,10 @@
+--- a/init-scripts/psad-init.gentoo
++++ b/init-scripts/psad-init.gentoo
+@@ -19,6 +19,7 @@
+
+ start() {
+ checkconfig || return 1
++ checkpath -q -d -m 755 -o root:root /var/run/psad
+
+ ebegin "Starting ${SVCNAME}"
+ start-stop-daemon \