diff options
Diffstat (limited to 'app-backup/bacula/files/bacula-1.36.3-init-depends.patch')
-rw-r--r-- | app-backup/bacula/files/bacula-1.36.3-init-depends.patch | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/app-backup/bacula/files/bacula-1.36.3-init-depends.patch b/app-backup/bacula/files/bacula-1.36.3-init-depends.patch deleted file mode 100644 index 95f01ef830ee..000000000000 --- a/app-backup/bacula/files/bacula-1.36.3-init-depends.patch +++ /dev/null @@ -1,57 +0,0 @@ -diff -uNr platforms/gentoo/bacula-dir.in platforms/gentoo-fixed/bacula-dir.in ---- platforms/gentoo/bacula-dir.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-dir.in 2005-06-08 09:58:21.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns @DB_NAME@ -+} -+ - start() { - ebegin "Starting the Bacula Director" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-dir -- $2 -c @sysconfdir@/bacula-dir.conf -diff -uNr platforms/gentoo/bacula-fd.in platforms/gentoo-fixed/bacula-fd.in ---- platforms/gentoo/bacula-fd.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-fd.in 2005-06-08 09:58:56.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns -+} -+ - start() { - ebegin "Starting the Bacula File daemon" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-fd -- $2 -c @sysconfdir@/bacula-fd.conf -diff -uNr platforms/gentoo/bacula-init.in platforms/gentoo-fixed/bacula-init.in ---- platforms/gentoo/bacula-init.in 2004-10-24 08:58:25.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-init.in 2005-06-08 09:54:23.000000000 -0500 -@@ -6,7 +6,7 @@ - - depend() { - need net -- use @DB_NAME@ -+ use dns @DB_NAME@ - } - - opts="test" -diff -uNr platforms/gentoo/bacula-sd.in platforms/gentoo-fixed/bacula-sd.in ---- platforms/gentoo/bacula-sd.in 2004-10-19 08:35:07.000000000 -0500 -+++ platforms/gentoo-fixed/bacula-sd.in 2005-06-08 10:00:33.000000000 -0500 -@@ -9,6 +9,11 @@ - # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@ - # - -+depend() { -+ need net -+ use dns @DB_NAME@ -+} -+ - start() { - ebegin "Starting the Bacula Storage daemon" - start-stop-daemon --start --quiet --exec @sbindir@/bacula-sd -- $2 -c @sysconfdir@/bacula-sd.conf |