summaryrefslogtreecommitdiff
path: root/net/ris/files/patch-binlsrv.py
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/ris/files/patch-binlsrv.py
parentRemove non staged ports without pending PR from net-im and net-mgmt (diff)
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes: svn path=/head/; revision=366967
Diffstat (limited to 'net/ris/files/patch-binlsrv.py')
-rw-r--r--net/ris/files/patch-binlsrv.py32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/ris/files/patch-binlsrv.py b/net/ris/files/patch-binlsrv.py
deleted file mode 100644
index 55c1441b783b..000000000000
--- a/net/ris/files/patch-binlsrv.py
+++ /dev/null
@@ -1,32 +0,0 @@
---- binlsrv.py.orig 2007-09-28 19:29:12.000000000 +0400
-+++ binlsrv.py 2010-01-07 18:50:47.218704824 +0300
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#! @PYTHON_CMD@
- # -*- Mode: Python; tab-width: 4 -*-
- #
- # Boot Information Negotiation Layer - OpenSource Implementation
-@@ -40,7 +40,7 @@
- [--pid pidfile] [devlist.cache]
- -h, --help : show this help
- -d, --daemon : daemonize, unix only [false]
---l, --logfile= : logfile when used in daemon mode [/var/log/binlsrv.log]
-+-l, --logfile= : logfile when used in daemon mode [@LOG_FILE@]
- -a, --address= : ip address to bind to [all interfaces]
- -p, --port= : port to bind to [4011]
- --pid= : pid file to use instead of the default
-@@ -1015,11 +1015,11 @@
- ## Defaults
- global pidfile, s
- daemon = False
-- logfile = '/var/log/binlsrv.log'
-+ logfile = '@LOG_FILE@'
- address = ''
- port = 4011
-- devfile = 'devlist.cache'
-- pidfile = '/var/run/binlsrv.pid'
-+ devfile = '@DEVLIST_CACHE@'
-+ pidfile = '@PID_FILE@'
-
- ## Parse command line arguments
- shortopts = 'hdl:a:p:'