summaryrefslogtreecommitdiffstats
path: root/docs/netcfg-profiles.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Overhaul of documentationJouke Witteveen1-287/+0
- Documentation now uses asciidoc instead of pandoc. - Documentation is updated. - More documentation is installed. - The Makefile has been revised. - Autocompletion files must now be installed through the PKGBUILD. - contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587. - contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables.
2012-03-01Code quality upgradeJouke Witteveen1-3/+6
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-08-15Document bond connection type and update NEWS file.Rémy Oudompheng1-0/+10
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-15Merge branch '2.6.x'Rémy Oudompheng1-2/+2
2011-08-15Add option ESSID_TYPE=hex to support hexadecimal ESSIDs (FS#24333)Rémy Oudompheng1-1/+6
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-14Release version 2.6.8Rémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09Merge branch '2.6.x'Rémy Oudompheng1-9/+17
Conflicts: README
2011-08-09Release version 2.6.7Rémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-08-09netcfg-profiles.5: document SKIPNOCARRIERRémy Oudompheng1-7/+15
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Release version 2.6.6Rémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-30Merge branch '2.6.x'Rémy Oudompheng1-2/+2
2011-07-30Release version 2.6.5Rémy Oudompheng1-2/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14Document tunnel connections.Rémy Oudompheng1-0/+16
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14netcfg-profiles: more doc for other connection typesRémy Oudompheng1-1/+55
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14Formatting fixes, add gitignore fileRémy Oudompheng1-24/+35
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14Documentation overhaul.Rémy Oudompheng1-0/+180
Merge ethernet and wireless into a single netcfg-profiles.txt file aimed at gathering documentation for all connection types and profile writing. Signed-off-by: Rémy Oudompheng <remy@archlinux.org>