diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 05:05:53 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-21 05:05:53 +0000 |
commit | 2d2e6b032032ba0a96ebf51e4a34ab8bb83dbb6c (patch) | |
tree | fd402b5565caead65391dacb2a603d79ea0ea526 /x11 | |
parent | fe2b3945062492c54e802b6d6509f1865b236f2a (diff) | |
download | ports-2d2e6b032032ba0a96ebf51e4a34ab8bb83dbb6c.tar.gz ports-2d2e6b032032ba0a96ebf51e4a34ab8bb83dbb6c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tkgoodstuff/files/patch-ad | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/tkgoodstuff/files/patch-ad b/x11/tkgoodstuff/files/patch-ad new file mode 100644 index 000000000000..b13af0a0e414 --- /dev/null +++ b/x11/tkgoodstuff/files/patch-ad @@ -0,0 +1,20 @@ +--- tcl/Dialer.tcl.orig Sat Dec 14 01:31:43 1996 ++++ tcl/Dialer.tcl Sat Jun 21 13:57:07 1997 +@@ -48,7 +48,7 @@ + { myloginname@umich.edu "Password: " 5} + {mypassword "" "" } + } +-set outcommand "/usr/lib/ppp/pppd $port $speed asyncmap 0 defaultroute crtscts modem noipdefault" ++set outcommand "/usr/sbin/pppd $port $speed asyncmap 0 defaultroute crtscts modem noipdefault" + set exitsucc 0 + + option add *Listbox*font \ +@@ -678,7 +678,7 @@ + the server (through the login script, as described below). Here you\ + can start, for instance, ppp or term. The author, for his dynamic ppp\ + connection from home, uses: +-\ \ \ \"/usr/lib/ppp/pppd /dev/modem 38400 asyncmap 0 defaultroute crtscts\ ++\ \ \ \"/usr/sbin/pppd /dev/modem 38400 asyncmap 0 defaultroute crtscts\ + modem noipdefault\" + + There is a checkbox which enables using the login script (on which more\ |