summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg-daemon
AgeCommit message (Collapse)AuthorFilesLines
2012-06-24Provide the ability to activate the last used profile (FS#23015)Jouke Witteveen1-5/+31
Henrik Hallberg made this a hot topic. Thanks. This implementation differs from his in a couple of ways. One is that @last is not implemented. Equivalent functionality is provided by using @net-profiles in the DAEMONS array.
2012-04-30Output tweaks in netcfg-daemonJouke Witteveen1-4/+4
Don't try to bring down backgrounded profiles if they are not up, preventing "not connected" messages.
2012-04-30Fix handling of profilenames with spaces (FS#28522)Jouke Witteveen1-1/+1
This was the result of commit b6964 which said to fix FS#17406 by reverting to the subshell-less for-loop that is once again removed in this commit. The real fix to FS#17406 was commit c3276 to the initscripts repository.
2012-04-132.8.0 release updatesJouke Witteveen1-3/+2
2012-04-11Fixes to the netcfg daemonJouke Witteveen1-10/+15
2012-04-11Add netcfg-daemonJouke Witteveen1-0/+67
For reuse in a systemd service