Page MenuHomeFreeBSD

Preserve modificed conf file
ClosedPublic

Authored by garga on Jul 11 2017, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 15, 3:58 PM
Unknown Object (File)
Sun, Jun 15, 12:27 PM
Unknown Object (File)
Apr 15 2025, 6:59 AM
Unknown Object (File)
Apr 8 2025, 11:10 AM
Unknown Object (File)
Mar 27 2025, 5:30 PM
Unknown Object (File)
Mar 4 2025, 2:36 PM
Unknown Object (File)
Feb 27 2025, 5:26 AM
Unknown Object (File)
Feb 23 2025, 1:39 AM
Subscribers

Details

Summary

Make necessary changes to install waagent.conf using @sample mechanism and
preserve modified config file when package is deinstalled / upgraded

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10429
Build 10839: arc lint + arc unit

Event Timeline

sysutils/azure-agent/Makefile
39

It would probably be simpler to let this install the file and ${MV} it in post-install.

sysutils/azure-agent/Makefile
39

That was my first attempt, but waagent.conf ends up in final PLIST due to autoplist which breaks it

sysutils/azure-agent/Makefile
39

Mmmm, yes, because python generates the plist, right.

The patch passed all tests on Azure.

This revision is now accepted and ready to land.Jul 14 2017, 2:22 AM
This revision was automatically updated to reflect the committed changes.