1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Preserve modified config file through upgrades using @sample

Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D11559
This commit is contained in:
Renato Botelho 2017-07-14 12:30:49 +00:00
parent 3e599a0691
commit e216e77a77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445748
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= azure-agent
PORTVERSION= 2.2.13
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= honzhan@microsoft.com
@ -35,6 +36,7 @@ post-patch:
${WRKSRC}/init/waagent ${WRKSRC}/init/waagent.service \
${WRKSRC}/setup.py
${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" \
-e "/set_conf_files.*freebsd\/waagent.conf/ s/^/#/" \
${WRKSRC}/setup.py
${REINPLACE_CMD} -e "s,/etc/waagent,${PREFIX}/etc/waagent,g" \
${WRKSRC}/bin/waagent2.0 \
@ -47,4 +49,9 @@ post-patch:
${REINPLACE_CMD} -e "s,:/usr/local/bin,:/usr/local/bin:/usr/local/sbin,g" \
${WRKSRC}/init/freebsd/waagent
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc
${INSTALL_DATA} ${WRKSRC}/config/freebsd/waagent.conf \
${STAGEDIR}${PREFIX}/etc/waagent.conf.sample
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
@sample etc/waagent.conf.sample