FreeBSD Bugzilla – Attachment 148435 Details for
Bug 194449
[patch] net/dhcpcd: dhcpcd.conf overwritten on package install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use @sample for the conf file
net_dhcpcd_sample.patch (text/plain), 831 bytes, created by
guyyur
on 2014-10-18 18:27:18 UTC
(
hide
)
Description:
Use @sample for the conf file
Filename:
MIME Type:
Creator:
guyyur
Created:
2014-10-18 18:27:18 UTC
Size:
831 bytes
patch
obsolete
>diff -udr net/dhcpcd.orig/Makefile net/dhcpcd/Makefile >--- net/dhcpcd.orig/Makefile 2014-07-31 17:01:10.000000000 +0300 >+++ net/dhcpcd/Makefile 2014-10-18 21:20:19.000000000 +0300 >@@ -16,4 +16,8 @@ > GNU_CONFIGURE= yes > USE_RC_SUBR= dhcpcd > >+post-install: >+ ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ >+ ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample >+ > .include <bsd.port.mk> >diff -udr net/dhcpcd.orig/pkg-plist net/dhcpcd/pkg-plist >--- net/dhcpcd.orig/pkg-plist 2014-07-29 14:57:01.000000000 +0300 >+++ net/dhcpcd/pkg-plist 2014-10-18 21:20:54.000000000 +0300 >@@ -1,4 +1,3 @@ >-%%ETCDIR%%.conf > libexec/dhcpcd-hooks/01-test > libexec/dhcpcd-hooks/02-dump > libexec/dhcpcd-hooks/10-mtu >@@ -14,4 +13,5 @@ > man/man8/dhcpcd-run-hooks.8.gz > man/man8/dhcpcd.8.gz > sbin/dhcpcd >+@sample etc/dhcpcd.conf.sample > @dirrmtry libexec/dhcpcd-hooks
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194449
: 148435