summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc>1998-05-07 17:06:30 +0000
committeragc <agc>1998-05-07 17:06:30 +0000
commit12718798806693035e2fd7582f6a6c841219f4da (patch)
tree9725d6cd56e8f0e90a334e34258480a77dd1a222 /sysutils
parent36df27485bd733a3fb7da50a97f6891ccf4d406d (diff)
downloadpkgsrc-12718798806693035e2fd7582f6a6c841219f4da.tar.gz
Remove unnecessary patches.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda/patches/patch-aa19
-rw-r--r--sysutils/amanda/patches/patch-ab58
-rw-r--r--sysutils/amanda/patches/patch-ac47
3 files changed, 0 insertions, 124 deletions
diff --git a/sysutils/amanda/patches/patch-aa b/sysutils/amanda/patches/patch-aa
deleted file mode 100644
index 5de256cd752..00000000000
--- a/sysutils/amanda/patches/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
diff --git a/sysutils/amanda/patches/patch-ab b/sysutils/amanda/patches/patch-ab
deleted file mode 100644
index 372967845d3..00000000000
--- a/sysutils/amanda/patches/patch-ab
+++ /dev/null
@@ -1,58 +0,0 @@
---- man/amanda.8.orig Mon May 20 03:11:25 1996
-+++ man/amanda.8 Mon Oct 13 14:31:32 1997
-@@ -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 /usr/local/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 /usr/local/etc/amanda/normal and
-+/usr/local/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
-
---- man/amflush.8.orig Mon May 20 03:11:25 1996
-+++ man/amflush.8 Mon Oct 13 14:32:31 1997
-@@ -22,7 +22,7 @@
- .B Amflush
- will look in the holding disk specified by the
- .I amanda.conf
--file in /etc/amanda/\fIconfig\fR
-+file in /usr/local/etc/amanda/\fIconfig\fR
- for any non-empty Amanda work directories. It then prompts the
- operator to select the correct directory. The work directories on the
- holding disk are named by the date at the time
---- man/amlabel.8.orig Mon May 20 03:11:25 1996
-+++ man/amlabel.8 Mon Oct 13 14:32:58 1997
-@@ -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 /usr/local/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
-+/usr/local/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is
- written on the /dev/tape/1n device.
-
- .SH AUTHOR
diff --git a/sysutils/amanda/patches/patch-ac b/sysutils/amanda/patches/patch-ac
deleted file mode 100644
index 9a2ab413212..00000000000
--- a/sysutils/amanda/patches/patch-ac
+++ /dev/null
@@ -1,47 +0,0 @@
---- config/options.h-vanilla.orig Mon May 20 03:11:25 1996
-+++ config/options.h-vanilla Mon Oct 13 14:23:16 1997
-@@ -42,10 +42,10 @@
- * LIBEXEC_DIR - Internal support programs
- * MAN_DIR - Man pages
- */
--#define CONFIG_DIR "/etc/amanda"
--#define LIBEXEC_DIR "/usr/local/libexec/amanda"
--#define BIN_DIR "/usr/local/sbin"
--#define MAN_DIR "/usr/share/local/man/man8"
-+#define CONFIG_DIR "/usr/local/etc/amanda"
-+#define LIBEXEC_DIR "/usr/local/libexec/amanda"
-+#define BIN_DIR "/usr/local/sbin"
-+#define MAN_DIR "/usr/local/man/man8"
-
-
- /*
-@@ -77,7 +77,7 @@
- * Since 2.2.1 is a major change, I recommend defining this for existing
- * Amanda sites.
- */
--#define USE_VERSION_SUFFIXES
-+/*#define USE_VERSION_SUFFIXES*/
-
-
- /*
-@@ -182,17 +182,17 @@
- #define HAVE_GZIP
-
- #ifdef HAVE_GZIP
--# define COMPRESS_PATH "/usr/imports/bin/gzip"
-+# define COMPRESS_PATH "/usr/bin/gzip"
- # define COMPRESS_SUFFIX ".gz"
- # define COMPRESS_FAST_OPT "--fast"
- # define COMPRESS_BEST_OPT "--best"
--# define UNCOMPRESS_CMD "gzcat"
-+# define UNCOMPRESS_CMD "/usr/bin/gzcat"
- #else
- # define COMPRESS_PATH COMPRESS /* defined in config.h */
- # define COMPRESS_SUFFIX ".Z"
- # define COMPRESS_FAST_OPT "-f" /* -f doesn't do anything */
- # define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */
--# define UNCOMPRESS_CMD "zcat"
-+# define UNCOMPRESS_CMD "/usr/bin/zcat"
- #endif
-
- /*