From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- sysutils/modules/files/patch-doc::Makefile.in | 36 ----------------------- sysutils/modules/files/patch-doc::module.1.in | 17 ----------- sysutils/modules/files/patch-doc::modulefile.5.in | 17 ----------- sysutils/modules/files/patch-doc__Makefile.in | 36 +++++++++++++++++++++++ sysutils/modules/files/patch-doc__module.1.in | 17 +++++++++++ sysutils/modules/files/patch-doc__modulefile.5.in | 17 +++++++++++ 6 files changed, 70 insertions(+), 70 deletions(-) delete mode 100644 sysutils/modules/files/patch-doc::Makefile.in delete mode 100644 sysutils/modules/files/patch-doc::module.1.in delete mode 100644 sysutils/modules/files/patch-doc::modulefile.5.in create mode 100644 sysutils/modules/files/patch-doc__Makefile.in create mode 100644 sysutils/modules/files/patch-doc__module.1.in create mode 100644 sysutils/modules/files/patch-doc__modulefile.5.in (limited to 'sysutils/modules/files') diff --git a/sysutils/modules/files/patch-doc::Makefile.in b/sysutils/modules/files/patch-doc::Makefile.in deleted file mode 100644 index 2a0bd5bb618c..000000000000 --- a/sysutils/modules/files/patch-doc::Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ ---- ./doc/Makefile.in.orig Wed Jun 28 02:17:33 2000 -+++ ./doc/Makefile.in Sun Nov 14 16:04:44 2004 -@@ -26,21 +26,21 @@ - # Directory in which to install man pages - mandir = @mandir@ - man1dir = $(mandir)/man1 --man4dir = $(mandir)/man4 -+man5dir = $(mandir)/man5 - - SHELL = /bin/sh - - #### End of system configuration section. #### - --MAN_FILES= module.1 modulefile.4 -+MAN_FILES= module.1 modulefile.5 - --MAKEDIRS= $(man1dir) $(man4dir) -+MAKEDIRS= $(man1dir) $(man5dir) - - all: - - install: all install-dirs - $(INSTALL_DATA) module.1 $(man1dir) -- $(INSTALL_DATA) modulefile.4 $(man4dir) -+ $(INSTALL_DATA) modulefile.5 $(man5dir) - - install-dirs: - @for i in $(MAKEDIRS) ; do \ -@@ -63,6 +63,6 @@ - mostlyclean: clean - - distclean: clean -- rm -f module.1 modulefile.4 -+ rm -f module.1 modulefile.5 - - realclean: distclean diff --git a/sysutils/modules/files/patch-doc::module.1.in b/sysutils/modules/files/patch-doc::module.1.in deleted file mode 100644 index 198a0e364630..000000000000 --- a/sysutils/modules/files/patch-doc::module.1.in +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/module.1.in.orig Sat Jun 9 11:48:47 2001 -+++ doc/module.1.in Sun Nov 14 17:17:58 2004 -@@ -114,7 +114,7 @@ - .LP - Upon invocation \fImodulecmd\fP sources rc files which contain global, user - and modulefile specific setups. These files are interpreted as modulefiles. --See \fBmodulefile(4)\fP for detailed information. -+See \fBmodulefile(5)\fP for detailed information. - .LP - Upon invocation of modulecmd module RC files are sourced in the following - order: -@@ -466,4 +466,4 @@ - .B module update - sub-command. - .SH SEE ALSO --.BR modulefile(4) -+.BR modulefile(5) diff --git a/sysutils/modules/files/patch-doc::modulefile.5.in b/sysutils/modules/files/patch-doc::modulefile.5.in deleted file mode 100644 index 885afd4ec197..000000000000 --- a/sysutils/modules/files/patch-doc::modulefile.5.in +++ /dev/null @@ -1,17 +0,0 @@ ---- doc/modulefile.5.in.orig Fri Jan 4 05:59:16 2002 -+++ doc/modulefile.5.in Sun Nov 14 16:19:28 2004 -@@ -1,4 +1,4 @@ --.TH MODULEFILE 4 "1 July 1994" -+.TH MODULEFILE 5 "1 July 1994" - .nh - .SH NAME - modulefile \- files containing Tcl code for The Modules package -@@ -538,7 +538,7 @@ - .RE - .RS - .I a syslog facility --- directs logging to the syslog. See \fBsyslog.conf(4)\fP for detailed -+- directs logging to the syslog. See \fBsyslog.conf(5)\fP for detailed - description of the valid syslog facilities. - .RE - .RS diff --git a/sysutils/modules/files/patch-doc__Makefile.in b/sysutils/modules/files/patch-doc__Makefile.in new file mode 100644 index 000000000000..2a0bd5bb618c --- /dev/null +++ b/sysutils/modules/files/patch-doc__Makefile.in @@ -0,0 +1,36 @@ +--- ./doc/Makefile.in.orig Wed Jun 28 02:17:33 2000 ++++ ./doc/Makefile.in Sun Nov 14 16:04:44 2004 +@@ -26,21 +26,21 @@ + # Directory in which to install man pages + mandir = @mandir@ + man1dir = $(mandir)/man1 +-man4dir = $(mandir)/man4 ++man5dir = $(mandir)/man5 + + SHELL = /bin/sh + + #### End of system configuration section. #### + +-MAN_FILES= module.1 modulefile.4 ++MAN_FILES= module.1 modulefile.5 + +-MAKEDIRS= $(man1dir) $(man4dir) ++MAKEDIRS= $(man1dir) $(man5dir) + + all: + + install: all install-dirs + $(INSTALL_DATA) module.1 $(man1dir) +- $(INSTALL_DATA) modulefile.4 $(man4dir) ++ $(INSTALL_DATA) modulefile.5 $(man5dir) + + install-dirs: + @for i in $(MAKEDIRS) ; do \ +@@ -63,6 +63,6 @@ + mostlyclean: clean + + distclean: clean +- rm -f module.1 modulefile.4 ++ rm -f module.1 modulefile.5 + + realclean: distclean diff --git a/sysutils/modules/files/patch-doc__module.1.in b/sysutils/modules/files/patch-doc__module.1.in new file mode 100644 index 000000000000..198a0e364630 --- /dev/null +++ b/sysutils/modules/files/patch-doc__module.1.in @@ -0,0 +1,17 @@ +--- doc/module.1.in.orig Sat Jun 9 11:48:47 2001 ++++ doc/module.1.in Sun Nov 14 17:17:58 2004 +@@ -114,7 +114,7 @@ + .LP + Upon invocation \fImodulecmd\fP sources rc files which contain global, user + and modulefile specific setups. These files are interpreted as modulefiles. +-See \fBmodulefile(4)\fP for detailed information. ++See \fBmodulefile(5)\fP for detailed information. + .LP + Upon invocation of modulecmd module RC files are sourced in the following + order: +@@ -466,4 +466,4 @@ + .B module update + sub-command. + .SH SEE ALSO +-.BR modulefile(4) ++.BR modulefile(5) diff --git a/sysutils/modules/files/patch-doc__modulefile.5.in b/sysutils/modules/files/patch-doc__modulefile.5.in new file mode 100644 index 000000000000..885afd4ec197 --- /dev/null +++ b/sysutils/modules/files/patch-doc__modulefile.5.in @@ -0,0 +1,17 @@ +--- doc/modulefile.5.in.orig Fri Jan 4 05:59:16 2002 ++++ doc/modulefile.5.in Sun Nov 14 16:19:28 2004 +@@ -1,4 +1,4 @@ +-.TH MODULEFILE 4 "1 July 1994" ++.TH MODULEFILE 5 "1 July 1994" + .nh + .SH NAME + modulefile \- files containing Tcl code for The Modules package +@@ -538,7 +538,7 @@ + .RE + .RS + .I a syslog facility +-- directs logging to the syslog. See \fBsyslog.conf(4)\fP for detailed ++- directs logging to the syslog. See \fBsyslog.conf(5)\fP for detailed + description of the valid syslog facilities. + .RE + .RS -- cgit v1.2.3