diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-24 09:21:58 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-24 09:21:58 +0000 |
commit | ea9c48b7a59c0e09ed9df194c6e835e356e3e141 (patch) | |
tree | 0d5f949efc59729107f90624d932984b0da73920 /net/poptop/files/patch-pptpd.8 | |
parent | - Fix OSVERSION test to mark it as IGNORE (diff) |
- Update to 1.2.1
- Grant maintainership to submitter
PR: ports/87891
Submitted by: Oleg M. Golovanov <olmi@rentech.ru>
Notes
Notes:
svn path=/head/; revision=146225
Diffstat (limited to 'net/poptop/files/patch-pptpd.8')
-rw-r--r-- | net/poptop/files/patch-pptpd.8 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/poptop/files/patch-pptpd.8 b/net/poptop/files/patch-pptpd.8 new file mode 100644 index 000000000000..5cb54a362f29 --- /dev/null +++ b/net/poptop/files/patch-pptpd.8 @@ -0,0 +1,20 @@ +--- pptpd.8.orig Mon May 24 13:39:03 2004 ++++ pptpd.8 Mon Oct 24 11:53:31 2005 +@@ -29,7 +29,7 @@ + specifies the configuration file for + .B pptpd + (default +-.IR /etc/pptpd.conf ) ++.IR %%PREFIX%%/etc/pptpd.conf ) + + .TP + .BR -d | --debug +@@ -99,7 +99,7 @@ + displays the current version of the pptp daemon. + + .SH FILES +-/etc/pptpd.conf ++%%PREFIX%%/etc/pptpd.conf + .br + /var/run/pptpd.pid + .SH AUTHORS |