aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda/files/patch-ae
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 16:18:36 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 16:18:36 +0000
commit06bc5745f8b3af1936bbf8f8c0c4aff80eb6fa85 (patch)
tree3e27d79fa22038eb364b4fe2b9eecf97408a2298 /misc/amanda/files/patch-ae
parentd112d0f6ccd58fac3c3b7783a71378c44765fbae (diff)
* Modified patches to support CC/INSTALL/PREFIX properly
* Stripped binaries * Sorted pkg/PLIST PR: 15226 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'misc/amanda/files/patch-ae')
-rw-r--r--misc/amanda/files/patch-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/amanda/files/patch-ae b/misc/amanda/files/patch-ae
new file mode 100644
index 000000000000..dbe730b1baeb
--- /dev/null
+++ b/misc/amanda/files/patch-ae
@@ -0,0 +1,19 @@
+--- man/amcleanup.8.orig Mon May 20 11:11:25 1996
++++ man/amcleanup.8 Wed Dec 1 04:22:03 1999
+@@ -31,13 +31,13 @@
+
+ .PP
+ .nf
+-if [ -s /usr/adm/amanda/csd/amanda.log ]
++if [ -s /var/log/amanda/csd/amanda.log ]
+ then
+- /usr/local/sbin/amcleanup csd
++ %%PREFIX%%/sbin/amcleanup csd
+ fi
+ .fi
+ .RS .5i
+-Putting the above in /etc/rc.local runs the Amanda
++Putting the above in %%PREFIX%%/rc.local runs the Amanda
+ cleanup process when needed as part of the reboot, eliminating the need
+ to run it by hand.
+ .RE