summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg-menu
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-55/+0
This commit contains the moving of files.
2012-09-24Small comments revisionJouke Witteveen1-10/+5
Also fix an output string.
2012-06-22Do without temporary file for netcfg-menu dialogHenrik Hallberg1-12/+6
Signed-off-by: Henrik Hallberg <henrik@k2h.se>
2012-06-14Less forkingJouke Witteveen1-1/+1
Suggestion by Dave Reisner.
2012-06-12New style to check command availabilityJouke Witteveen1-1/+1
When we don't really care which file implements the needed command (i.e. we don't call it by its full path), we use type to establish availability of the command. In wifi-menu we add a check for the dialog command and remove potential clearing of relevant error messages.
2012-04-15Restore support for kernel command lineJouke Witteveen1-6/+5
It is once again possible to use NET= at the kernel command line when using net-profiles.
2012-03-04Remove cat-subshells (cosmetic)Jouke Witteveen1-1/+1
The use of cat in a subshell is distractive. This makes the code more beautiful.
2012-03-01Code quality upgradeJouke Witteveen1-7/+5
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
2011-06-19Move executable scripts to a separate scripts/ directoryRémy Oudompheng1-0/+69
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>