1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/amanda/files/patch-ae
Steve Price 06bc5745f8 * Modified patches to support CC/INSTALL/PREFIX properly
* Stripped binaries
* Sorted pkg/PLIST

PR:		15226
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 16:18:36 +00:00

20 lines
507 B
Plaintext

--- 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