summaryrefslogtreecommitdiffstats
path: root/scripts/netcfg
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-106/+0
This commit contains the moving of files.
2012-10-15Shed some historyJouke Witteveen1-1/+1
Prepare for the 3.0 release.
2012-10-12Kill dhclient along with dhcpcd when performing cleanups.Ivan Shapovalov1-0/+1
For the sake of completeness and not leaving any garbage behind us. Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com>
2012-09-13Replace multiple echo calls with heredocTom Vincent1-17/+19
2012-08-08Small code reviewJouke Witteveen1-0/+1
2012-06-24Minor changesJouke Witteveen1-1/+0
$STATE_DIR/last_profile was unused and functionality one could want from it will soon be provided by netcfg-daemon.
2012-03-12Rename -i parameter to -DJouke Witteveen1-12/+11
-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-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-02-27Reconnect syntax for interfaces (FS#28196)Jouke Witteveen1-0/+3
It is now possible to reconnect based on the name of the interface.
2011-08-20Reorganize files to match install location closerRémy Oudompheng1-1/+1
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 Oudompheng1-0/+101
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>