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-aa | |
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-aa')
-rw-r--r-- | misc/amanda/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/amanda/files/patch-aa b/misc/amanda/files/patch-aa deleted file mode 100644 index 5de256cd7526..000000000000 --- a/misc/amanda/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** tools/munge.orig Tue Feb 28 23:43:46 1995 ---- tools/munge Tue Feb 28 23:44:12 1995 -*************** -*** 35,41 **** - # Customize CPP to point to your system's C preprocessor. - - # if cpp is on your path: -! CPP=cpp - - # if cpp is not on your path, try one of these: - # CPP=/lib/cpp # traditional ---- 35,41 ---- - # Customize CPP to point to your system's C preprocessor. - - # if cpp is on your path: -! CPP=/usr/bin/cpp - - # if cpp is not on your path, try one of these: - # CPP=/lib/cpp # traditional |