summaryrefslogtreecommitdiff
path: root/net/dhcprelay/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-08-163-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license Notes: svn path=/head/; revision=477371
* - Add LICENSEDmitry Marakasov2016-11-251-2/+2
| | | | | | | - Respect CFLAGS/LDFLAGS Notes: svn path=/head/; revision=427093
* Fix runtime error: Packet type identification on big-endianThomas Zander2015-07-162-2/+13
| | | | | | | | | | | | | machines which prevented it from working correctly on e.g. MIPS-based routers. PR: 201382 Submitted by: kp@freebsd.org Approved by: edwin@mavetju.org (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=392296
* net/dhcprelay: Fix RC scriptJohn Marino2014-09-201-7/+6
| | | | | | | | | PR: 192994 Submitted by: Denys Razumov Approved by: maintainer timeout (~1 month) Notes: svn path=/head/; revision=368675
* Fix rc script.Edwin Groothuis2014-05-111-1/+1
| | | | | | | | PR: 168446 Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> Notes: svn path=/head/; revision=353666
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Tune up the rc.d script a bit:Doug Barton2009-07-201-14/+9
| | | | | | | | | | | | 1. Change default variable assignments at the top to comments (two of them were assigning empty default values). 2. Move the default for _enable to below load_rc_config 3. Add the _ifaces and _server options to command_args which eliminates the need for the precmd 4. s#/usr/local#%%PREFIX%%# Notes: svn path=/head/; revision=238123
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-171-1/+1
| | | | | | | | | | | (rename .sh -> .in) PR: ports/136844 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237998
* Update to version 1.2, which fixes problem with Cisco phones.Edwin Groothuis2006-03-212-4/+4
| | | | Notes: svn path=/head/; revision=157830
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-2/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Add net/dhcprelay, a DHCP Relay Agent.Edwin Groothuis2005-11-152-0/+51
See the pkg-descr for reasoning why I had to make this one. WWW: http://www.mavetju.org/networking/ Author: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=148362