History log of /freebsd-current/sbin/resolvconf/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6987b552 22-Jul-2022 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put resolvconf in its own package

It doesn't really make sense to have it in runtime and let's not
bloat utilities more.

Differential Revision: https://reviews.freebsd.org/D36223


# 22289a8c 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sbin: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 0157503d 03-Feb-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

resolvconf: restore RESTARTCMD=, CMD1=, CMD2= and sed pattern as before.

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


# 6ff6aea6 22-Aug-2016 Eric Badger <badger@FreeBSD.org>

Fix missing substitution of @SBINDIR@ in resolvconf scripts

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


# 6a88c69f 31-Jul-2016 Pedro F. Giffuni <pfg@FreeBSD.org>

resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.

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


# ce6b5c0a 30-Jul-2016 Pedro F. Giffuni <pfg@FreeBSD.org>

resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.

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


# 406d87b1 09-Feb-2016 Glen Barber <gjb@FreeBSD.org>

Explicitly add more files to the 'runtime' package.

Sponsored by: The FreeBSD Foundation


# b7f8411d 17-Mar-2011 Hajimu UMEMOTO <ume@FreeBSD.org>

Add resolvconf(8) which manages resolv.conf.