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-ad | |
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-ad')
-rw-r--r-- | misc/amanda/files/patch-ad | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/amanda/files/patch-ad b/misc/amanda/files/patch-ad deleted file mode 100644 index cb9fc29789c9..000000000000 --- a/misc/amanda/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ ---- man/amanda.8.orig Mon May 20 11:11:25 1996 -+++ man/amanda.8 Wed Dec 1 03:59:02 1999 -@@ -135,19 +135,19 @@ - - All the files are stored in a - .I config --directory under /etc/amanda. Often a single site will have more than -+directory under %%PREFIX%%/etc/amanda. Often a single site will have more than - one configuration; these configurations are named by the directories - that their config files are in. For example, a site might have a - .I normal - configuration for every-day backups, and a - .I archive - configuration for 6-month full archival backups. The config files for --these two would be stored under /etc/amanda/normal and --/etc/amanda/archive, respectively. -+these two would be stored under %%PREFIX%%/etc/amanda/normal and -+%%PREFIX%%/etc/amanda/archive, respectively. - - All log and database files generated by Amanda go in corresponding --directories under /usr/adm/amanda. In our example, the logs would go --in /usr/adm/amanda/normal and /usr/adm/amanda/archive. -+directories under /var/log/amanda. In our example, the logs would go -+in /var/log/amanda/normal and /var/log/amanda/archive. - - .SH CONFIG FILE PARAMETERS - |