aboutsummaryrefslogtreecommitdiff
path: root/net/tacshell/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-06-13 22:50:50 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-06-13 22:50:50 +0000
commit5663215378aae9ef6c4d67b47c1ed43d078e10ad (patch)
treeff0a3884eb2c2c30e0480b2657607e23ceb1bd89 /net/tacshell/files
parent9a6dbead976c15f939936ac32c50c7d38a5a6a71 (diff)
downloadports-5663215378aae9ef6c4d67b47c1ed43d078e10ad.tar.gz
ports-5663215378aae9ef6c4d67b47c1ed43d078e10ad.zip
Notes
Diffstat (limited to 'net/tacshell/files')
-rw-r--r--net/tacshell/files/patch-Makefile.in11
-rw-r--r--net/tacshell/files/patch-tacshell.conf-example7
2 files changed, 18 insertions, 0 deletions
diff --git a/net/tacshell/files/patch-Makefile.in b/net/tacshell/files/patch-Makefile.in
new file mode 100644
index 000000000000..5d1cb3072aa0
--- /dev/null
+++ b/net/tacshell/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Jun 13 22:24:04 2003
++++ Makefile.in Fri Jun 13 22:24:17 2003
+@@ -22,7 +22,7 @@
+ install: all
+ $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell
+ mkdir -p -m 755 /usr/local/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
new file mode 100644
index 000000000000..33f1f9c8b079
--- /dev/null
+++ b/net/tacshell/files/patch-tacshell.conf-example
@@ -0,0 +1,7 @@
+--- 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