ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

Feature request: allow networkmgr to change rc.conf.local or rc.conf #40

Closed driesmp closed 3 years ago

driesmp commented 3 years ago

At the moment the default behavior of networkmgr is to modify rc.conf (hardcoded I presume). It would be awesome to make it a possible (configuration?) option somewhere to tell networkmgr which rc.conf file it can modify, eg. rc.conf.local instead of rc.conf.

driesmp commented 3 years ago

Fixed in https://github.com/ghostbsd/networkmgr/pull/47