aboutsummaryrefslogtreecommitdiff
path: root/sbin/resolvconf
Commit message (Collapse)AuthorAgeFilesLines
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314656
* resolvconf: restore RESTARTCMD=, CMD1=, CMD2= and sed pattern as before.Pedro F. Giffuni2017-02-031-4/+4
| | | | | | | | | | | | r312992 removed RESTARTCMD_WITH_ARG for @RESTARTCMD something@ but reverted the sed to be '@RESTARTCMD \(.*\)@' and RESTARTCMD= to be the value of RESTARTCMD_WITH_ARG. Submitted by: Guy Yur x_MFC with: r312992 Notes: svn path=/head/; revision=313160
* MFV r312970:Pedro F. Giffuni2017-01-301-8/+4
| | | | | | | | | | | | openresolv: update to version 3.9.0. It is now possible to drop the _WITH_ARG vars thanks to a change to the pdns_recursor upstreamed by Guy Yur. MFC after: 3 weeks Notes: svn path=/head/; revision=312992
* Fix missing substitution of @SBINDIR@ in resolvconf scriptsEric Badger2016-08-231-2/+3
| | | | | | | | | | | | | | | | Certain features, such as resolv_conf_passthrough=NULL, do not work correctly due to this missing substitution. Also remove the @PREFIX@ substitution, which is no longer needed. Reviewed by: pfg Approved by: vangyzen (mentor) MFC after: 1 week Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D7572 Notes: svn path=/head/; revision=304652
* resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.Pedro F. Giffuni2016-07-311-5/+8
| | | | | | | | | | | | After r303062, which brought openresolv 3.8.1, we need to replace an additional @RESTARTCMD@ in resolvconf. Apply a read fix this time. Submitted by: Guy Yur X-MFC with: r303062 Notes: svn path=/head/; revision=303593
* resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.Pedro F. Giffuni2016-07-311-0/+1
| | | | | | | | | | | After r303062, which brought openresolv 3.8.1, we need to replace an additional @RESTARTCMD@ in resolvconf. Reported by: Guy Yur X-MFC with: r303062 Notes: svn path=/head/; revision=303567
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | MFV r225523, r282431:Glen Barber2015-05-041-1/+1
|/ | | | | | | | | | | | | | | | | r225523 (hrs): Import openresolv-3.4.4. r282431: Import openresolv-3.7.0. PR: 199854 Submitted by: yuri@rawbw.com MFC after: 1 week Relnotes: yes Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=282434
* Add resolvconf(8) which manages resolv.conf.Hajimu UMEMOTO2011-03-181-0/+37
Notes: svn path=/head/; revision=219738