summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12Rename -i parameter to -DJouke Witteveen2-14/+13
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
2012-03-04Remove cat-subshells (cosmetic)Jouke Witteveen2-2/+2
The use of cat in a subshell is distractive. This makes the code more beautiful.
2012-03-04Build documentation at buildtimeJouke Witteveen1-1/+1
This justifies the asciidoc make dependency. Previously, pre-built documentation was supplied with the netcfg sources. Now only documentation source and the Makefile is provided.
2012-03-01Code quality upgradeJouke Witteveen4-51/+52
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
2012-02-27Reconnect syntax for interfaces (FS#28196)Jouke Witteveen2-3/+4
It is now possible to reconnect based on the name of the interface.
2012-02-22Add wireless connection aidJouke Witteveen1-0/+260
wifi-menu is a tool that lets you connect to a wireless network from the console. It is aware of your netcfg profiles and can write them for you.
2012-02-22ifplugd.action is a bash scriptJouke Witteveen1-1/+1
It sources /etc/rc.d/functions, which is a bash script. This fixes FS#28022 which was reported by jstjohn (jstjohn).
2011-08-20Reorganize files to match install location closerRémy Oudompheng6-103/+199
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-14Release version 2.6.8Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Release version 2.6.7Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Release version 2.6.6Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Release version 2.6.5Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14Release version 2.6.4Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-09Release version 2.6.3 (bug fix)Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-03Release version 2.6.2Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Add basic tuntap IP configuration capabilitiesRémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Release version 2.6Rémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Allow using markdown instead of pandoc, packaging fixesRémy Oudompheng1-1/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Move executable scripts to a separate scripts/ directoryRémy Oudompheng4-0/+272
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>