diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-28 03:26:24 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2000-11-28 03:26:24 +0000 |
commit | 018481a0ff5b8131420c794934b6cede575e3988 (patch) | |
tree | 632a458fe882bdc9c09fd2bba821d55826632ec1 /misc/amanda/files/patch-ag | |
parent | Fix 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-ag')
-rw-r--r-- | misc/amanda/files/patch-ag | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/amanda/files/patch-ag b/misc/amanda/files/patch-ag deleted file mode 100644 index 7ab785088492..000000000000 --- a/misc/amanda/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- man/amlabel.8.orig Mon May 20 11:11:25 1996 -+++ man/amlabel.8 Wed Dec 1 03:59:02 1999 -@@ -11,7 +11,7 @@ - .B Amlabel - writes an Amanda label on the tape in the tape drive specified by the - .I amanda.conf --file in /etc/amanda/\fIconfig\fR. The -+file in %%PREFIX%%/etc/amanda/\fIconfig\fR. The - .I label - can be any string that does not contain whitespace, and that matches the - .I amanda.conf -@@ -26,7 +26,7 @@ - .TP - % amlabel csd VOL1 - If the line "tapedev /dev/tape/1n" is in --/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is -+%%PREFIX%%/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is - written on the /dev/tape/1n device. - - .SH AUTHOR |