diff options
Diffstat (limited to 'net/tacshell/files')
-rw-r--r-- | net/tacshell/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/tacshell/files/patch-tacshell.conf-example | 7 |
2 files changed, 0 insertions, 21 deletions
diff --git a/net/tacshell/files/patch-Makefile.in b/net/tacshell/files/patch-Makefile.in deleted file mode 100644 index 557ff43530fc..000000000000 --- a/net/tacshell/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Thu May 27 10:12:14 2004 -+++ Makefile.in Thu May 27 10:12:34 2004 -@@ -22,7 +22,7 @@ - install: all - $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell - mkdir -p -m 755 $(PREFIX)/etc -- $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf-example -+ $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf.sample - - pam_tacplus.so.1: pam.o $(SHARED_OBJS) - $(CC) $(LDFLAGS) -shared -o pam_tacplus.so.1 pam.o $(SHARED_OBJS) $(LIBS) diff --git a/net/tacshell/files/patch-tacshell.conf-example b/net/tacshell/files/patch-tacshell.conf-example deleted file mode 100644 index 33f1f9c8b079..000000000000 --- a/net/tacshell/files/patch-tacshell.conf-example +++ /dev/null @@ -1,7 +0,0 @@ ---- tacshell.conf-example.orig Fri Jun 13 22:32:39 2003 -+++ tacshell.conf-example Fri Jun 13 22:32:54 2003 -@@ -1,3 +1,3 @@ - server tacacs-server.domain.com - secret vewyvewyqwiet --shell /usr/pkg/bin/bash --login -+shell /usr/local/bin/bash --login |