The default isc-dhcpd configuration lives in /usr/local/etc/, not /etc/.
This commit is contained in:
parent
a9bdb479e3
commit
6852d7588d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38868
@ -62,6 +62,11 @@ post-patch:
|
||||
${WRKSRC}/postgresql/config.sed > ${WRKSRC}/postgresql/config
|
||||
${RM} ${WRKSRC}/postgresql/config.sed
|
||||
|
||||
${CP} ${WRKSRC}/dhcpd/config-freebsd ${WRKSRC}/dhcpd/config-freebsd.sed
|
||||
${SED} -e "s@^dhcpd_conf=.*@dhcpd_conf=${LOCALBASE}/etc/dhcpd.conf@" \
|
||||
${WRKSRC}/dhcpd/config-freebsd.sed > ${WRKSRC}/dhcpd/config-freebsd
|
||||
${RM} ${WRKSRC}/dhcpd/config-freebsd.sed
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/webmin
|
||||
@${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin
|
||||
|
Loading…
Reference in New Issue
Block a user