summaryrefslogtreecommitdiff
path: root/net/poptop/files/patch-ad
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-24 09:21:58 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-24 09:21:58 +0000
commitea9c48b7a59c0e09ed9df194c6e835e356e3e141 (patch)
tree0d5f949efc59729107f90624d932984b0da73920 /net/poptop/files/patch-ad
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-ad')
-rw-r--r--net/poptop/files/patch-ad46
1 files changed, 9 insertions, 37 deletions
diff --git a/net/poptop/files/patch-ad b/net/poptop/files/patch-ad
index bb267c4d0919..d39d99969a96 100644
--- a/net/poptop/files/patch-ad
+++ b/net/poptop/files/patch-ad
@@ -1,39 +1,11 @@
---- pptpd.c.orig Thu Feb 27 04:01:10 2003
-+++ pptpd.c Sat May 3 18:02:26 2003
-@@ -82,24 +82,23 @@
- static void showusage(char *prog)
- {
- printf("\nPoPToP v%s\n", VERSION);
-- printf("The PPTP Server for Linux\n");
-+ printf("The PPTP Server for FreeBSD\n");
- printf("Usage: pptpd [options], where options are:\n\n");
- #ifdef BCRELAY
- printf(" [-b] [--bcrelay if] Use broadcast relay for broadcasts comming from.\n");
- printf(" the specified interface (default is eth1).\n");
- #endif
- printf(" [-c] [--conf file] Specifies the config file to read default\n");
-- printf(" settings from (default is /etc/pptpd.conf).\n");
-+ printf(" settings from (default is " PPTPD_CONFIG_FILE_DEFAULT ").\n");
- printf(" [-d] [--debug] Turns on debugging (to syslog).\n");
- printf(" [-f] [--fg] Run in foreground.\n");
- printf(" [-h] [--help] Displays this help message.\n");
- printf(" [-l] [--listen x.x.x.x] Specifies IP of local interface to listen to.\n");
- #if !defined(BSDUSER_PPP)
- printf(" [-o] [--option file] Specifies the PPP options file to use\n");
-- printf(" (default is /etc/ppp/options).\n");
- #endif
- printf(" [-p] [--pidfile file] Specifies the file to write the process ID to\n");
-- printf(" (default is /var/run/pptpd.pid).\n");
-+ printf(" (default is "PIDFILE_DEFAULT").\n");
- #if !defined(BSDUSER_PPP)
- printf(" [-s] [--speed baud] Specifies the baud speed for the PPP daemon\n");
- printf(" (default is 115200).\n");
-@@ -111,7 +110,7 @@
- printf("\n\nLogs and debugging go to syslog as DAEMON.");
-
- printf("\n\nCommand line options will override any default settings and any settings\n");
-- printf("specified in the config file (default config file: /etc/pptpd.conf).\n\n");
-+ printf("specified in the config file.\n\n");
- }
+--- Makefile.am.orig Wed Jun 23 09:48:50 2004
++++ Makefile.am Thu Oct 20 22:33:48 2005
+@@ -32,7 +32,7 @@
+ debian/po/templates.pot
+ EXTRA_PROGRAMS =
+-sbin_PROGRAMS = pptpd pptpctrl bcrelay
++sbin_PROGRAMS = pptpd pptpctrl
+ # Header files are only used to determine what to put in a distribution, not
+ # for dependencies, so just attribute them all to pptpd.