summaryrefslogtreecommitdiff
path: root/misc/amanda/files/patch-ae
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2000-11-28 03:26:24 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2000-11-28 03:26:24 +0000
commit018481a0ff5b8131420c794934b6cede575e3988 (patch)
tree632a458fe882bdc9c09fd2bba821d55826632ec1 /misc/amanda/files/patch-ae
parentFix compilation problems caused by recent changes in machine/console.h and (diff)
PR: 23087
Upgrade amanda from 2.3.0 to 2.3.0.4, the final stable version of amanda. Set the runnning uid as 'operator' , to synchronize with amanda24.
Notes
Notes: svn path=/head/; revision=35479
Diffstat (limited to 'misc/amanda/files/patch-ae')
-rw-r--r--misc/amanda/files/patch-ae19
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/amanda/files/patch-ae b/misc/amanda/files/patch-ae
deleted file mode 100644
index dbe730b1baeb..000000000000
--- a/misc/amanda/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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