summaryrefslogtreecommitdiff
path: root/sysutils/srmt/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2009-02-07 20:45:25 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2009-02-07 20:45:25 +0000
commitc44c5be7ed8cb63fe3a4ec4c9282afbf5ed2ea3a (patch)
treef6dc475ea0d212065620ac166d3a57ee4ee1f15a /sysutils/srmt/files
parentUpgrade to version 1.5 using code from archivers/star-devel; also install srm... (diff)
Remove sysutils/srmt (now in archivers/star).
Notes
Notes: svn path=/head/; revision=227772
Diffstat (limited to 'sysutils/srmt/files')
-rw-r--r--sysutils/srmt/files/patch-RULES_rules.cnf17
-rw-r--r--sysutils/srmt/files/patch-aa42
-rw-r--r--sysutils/srmt/files/patch-rmt_rmt.152
3 files changed, 0 insertions, 111 deletions
diff --git a/sysutils/srmt/files/patch-RULES_rules.cnf b/sysutils/srmt/files/patch-RULES_rules.cnf
deleted file mode 100644
index 1fc4dcbd13eb..000000000000
--- a/sysutils/srmt/files/patch-RULES_rules.cnf
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- RULES/rules.cnf.orig Sun Jul 21 02:26:12 2002
-+++ RULES/rules.cnf Sun Jul 21 02:27:02 2002
-@@ -33,8 +33,9 @@
- #
- # Hack until the <mach>-<os>-*cc.rul files are updated
- #
--_HCCCOM= $(OARCH:%-gcc=gcc)
--HCCCOM= $(_HCCCOM:%-cc=cc)
-+#_HCCCOM= $(OARCH:%-gcc=gcc)
-+#HCCCOM= $(_HCCCOM:%-cc=cc)
-+HCCCOM= $(C_ARCH)
-
- _CCCOM= $(_UNIQ)$(CCCOM)
- __CCCOM= $(_CCCOM:$(_UNIQ)=$(HCCCOM))
diff --git a/sysutils/srmt/files/patch-aa b/sysutils/srmt/files/patch-aa
deleted file mode 100644
index e724def86681..000000000000
--- a/sysutils/srmt/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
-
-$FreeBSD$
-
---- RULES/i386-freebsd-cc.rul.orig Wed Oct 16 05:43:39 2002
-+++ RULES/i386-freebsd-cc.rul Tue Nov 26 03:09:44 2002
-@@ -24,7 +24,7 @@
- ###########################################################################
-
- CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
--CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
-+CFLAGS+= -static $(COPTS) $(CWARNOPTS) $(COPTX)
-
- CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
- COPTS=
-@@ -47,7 +47,7 @@
-
- LIBS_PATH= -L$(OLIBSDIR)
-
--LDFLAGS= $(LDOPTS) $(LDOPTX)
-+LDFLAGS+= -static $(LDOPTS) $(LDOPTX)
- LDLIBS= $(LIBS) $(LIBX)
-
- #LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
-@@ -57,14 +57,14 @@
-
- FLOAT_OPTIONS=
-
--CC= @echo " ==> COMPILING \"$@\""; gcc
--LDCC= @echo " ==> LINKING \"$@\""; gcc
--DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
-+CC= @echo " ==> COMPILING \"$@\""; ${CCOM}
-+LDCC= @echo " ==> LINKING \"$@\""; ${CCOM}
-+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; ${CCOM}
- RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
- ARFLAGS= cr
- LORDER= lorder
- TSORT= tsort
-
- RMDEP= :
--MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
-+MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); ${CCOM} -M
- MKDEP_OUT=
diff --git a/sysutils/srmt/files/patch-rmt_rmt.1 b/sysutils/srmt/files/patch-rmt_rmt.1
deleted file mode 100644
index 4c21c60c4ca1..000000000000
--- a/sysutils/srmt/files/patch-rmt_rmt.1
+++ /dev/null
@@ -1,52 +0,0 @@
-
-$FreeBSD$
-
---- rmt/rmt.1.orig Sun Nov 10 17:58:57 2002
-+++ rmt/rmt.1 Sun Jan 19 15:13:21 2003
-@@ -17,10 +17,7 @@
- .SH NAME
- rmt \- remote magnetic tape protocol server
- .SH SYNOPSIS
--.B /opt/schily/sbin/rmt
--.br
--.B /etc/rmt
--
-+.B !!PREFIX!!/sbin/srmt
- .SH DESCRIPTION
- .IX "rmt command" "" "\fLrmt\fP \(em remote magnetic tape protocol server"
- .IX "remote magnetic tape protocol server" "" "remote magnetic tape protocol server \(em \fLrmt\fP"
-@@ -519,8 +516,8 @@
- to exit.
- .SH FILES
- .TP
--/etc/default/rmt
--Default values can be set for the following options in /etc/default/rmt.
-+/usr/local/etc/srmt.conf
-+Default values can be set for the following options in /usr/local/etc/srmt.conf.
- For example:
- .sp
- .BR DEBUG= /tmp/rmt.debug
-@@ -568,7 +565,7 @@
- is not a socket from a remote host,
- .B rmt
- will compare the host entry from
--.B /etc/default/rmt
-+.B /usr/local/etc/srmt.conf
- with the following strings:
- .RS
- .TP 10
-@@ -635,12 +632,12 @@
- adds some security features to the server that make it behave
- slightly different from older implementations.
- Read the above documentation about the file
--/etc/default/rmt
-+/usr/local/etc/srmt.conf
- to make sure your local installation is configured for your needs.
- .LP
- To grant the same permissions as with old
- .B rmt
--servers, create a file /etc/default/rmt and add the following lines
-+servers, create a file /usr/local/etc/srmt.conf and add the following lines
- to this file:
- .LP
- .BR USER= *