Penguin
Diff: WirelessNetworkSecurityHowto
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of WirelessNetworkSecurityHowto.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, October 5, 2002 11:32:02 pm by MattPurvis Revert
Older page: version 1 Last edited on Saturday, October 5, 2002 11:25:34 pm by MattPurvis Revert
@@ -68,15 +68,15 @@
  BINDIR = /usr/local/stow/ppp-2.4.1-openssl-0.9.6-mppe-MSCHAPv2-fix/sbin 
  MANDIR = /usr/local/stow/ppp-2.4.1-openssl-0.9.6-mppe-MSCHAPv2-fix/man 
  ETCDIR = /etc/ppp 
  
-If you don't use [stow] (which you ''should'') change BINDIR to /usr/local/sbin and MANDIR to /usr/local/man. 
+If you don't use [stow(8) ] (which you ''should'') change BINDIR to /usr/local/sbin and MANDIR to /usr/local/man. 
  
 Now you can build and install ppp: 
  
  root@box:/usr/local/src/ppp-2.4.1# make && make install 
  
-If you use [ stow] then you'll now need to do this: 
+If you use stow then you'll now need to do this: 
  
  root@box:/usr/local/stow# stow -v ppp-2.4.1-openssl-0.9.6-mppe-MSCHAPv2-fix 
  
 Finally, add a link to /usr/local/sbin/pppd so that pptpctrl will be able to find it. It took me about an hour to figure out that an error I was getting was caused by pptpctrl not finding pppd.