summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-04-10Location based firewall support (FS#26380)Jouke Witteveen1-1/+1
Provide a sample hook file for supporting firewall rule sets based on network 'locations'.
2012-04-10Remove multi-version supportJouke Witteveen1-2/+1
Having multiple versions of netcfg around is not supported.
2012-04-10systemd: move units from /lib to /usr/libTom Gundersen1-2/+2
This will allow us to get rid of /lib eventually. Signed-off-by: Tom Gundersen <teg@jklm.no>
2012-04-09Remove wireless-dbus and ethernet-iproute supportJouke Witteveen1-9/+0
- wireless-dbus is not simple enough for netcfg - some contributed code was not used and the rest of the code had caught up functionality wise - we switched to iproute so we need to stop pretending it is an 'option' - it is no longer fatal in the ifplugd scrict to have multiple preferred profiles
2012-04-04Makefile: fix dest for scpFlorian Pritz1-1/+1
archlinux.org points to gudrun, but tarballs should be uploaded to gerolde. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-04-032.7.3 release updatesJouke Witteveen1-1/+1
2012-04-032.7.2 release updatesJouke Witteveen1-1/+1
2012-03-21Revised bash completionJouke Witteveen1-1/+1
Bash completion does not deal properly with profile filenames that contain whitespace. There are some minor tweaks in this commit as well, but those should be harmless.
2012-03-20Just those things you notice _after_ a releaseJouke Witteveen1-3/+3
Nothing special.
2012-03-19Version 2.7.1Thomas Bächler1-1/+1
2012-03-19Release process changesJouke Witteveen1-16/+17
This commit does not change any installed code. - The tarball now includes pre-built documentation, removing the build dependency on asciidoc from the PKGBUILD. - The tarball is now xz compressed. - News is updated.
2012-03-06More forgiving Makefile and added PKGBUILD creationJouke Witteveen1-5/+8
- As noted by Alfredo Palhares it is not always right to fail when the creation of symlinks did not succeed on installation through `make install`. - Building a package is now as easy as `make pkgbuild; makepkg`, although you probably should not execute makepkg inside the source tree.
2012-03-04Build documentation at buildtimeJouke Witteveen1-5/+6
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-04Overhaul of documentationJouke Witteveen1-38/+31
- 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-02-22Remove a mostly obsolete directoryJouke Witteveen1-1/+1
As noted in FS#27496 we do not seem to use /etc/network.d/hooks. The contrib scripts mostly function on their own and are not really hooks at all. Nevertheless, this commit doesn't touch them. It also doesn't remove the line in the manpage that refers to them.
2012-02-22Add wireless connection aidJouke Witteveen1-0/+1
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.
2011-08-20Reorganize files to match install location closerRémy Oudompheng1-8/+20
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-14Makefile: fix wrong pathsRémy Oudompheng1-2/+2
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-14Update make scripts with new doc paths.Rémy Oudompheng1-0/+2
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-19Rationalize MakefileRémy Oudompheng1-7/+7
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Add symlink creation in MakefileRémy Oudompheng1-1/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Rationalize source tree hierarchy.Rémy Oudompheng1-5/+7
2011-06-19Add /etc/conf.d/netcfg for net-auto-wireless configuration.Rémy Oudompheng1-0/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Allow using markdown instead of pandoc, packaging fixesRémy Oudompheng1-5/+4
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Merge branch 'no-iwconfig'Rémy Oudompheng1-1/+1
2011-06-19Makefile: mark several targets as PHONYRémy Oudompheng1-0/+2
2011-06-19Makefile: update with new module nameRémy Oudompheng1-1/+1
2011-06-19Move executable scripts to a separate scripts/ directoryRémy Oudompheng1-3/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-18Makefile: add systemd service files (FS#23106)Rémy Oudompheng1-1/+2
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-05Update NEWS and version numbersRémy Oudompheng1-1/+1
2011-05-26Remove /var/run/* from package and make sure the directory is created.Rémy Oudompheng1-1/+0
2011-05-22netcfg version 2.5.5Rémy Oudompheng1-1/+1
2010-02-21netcfg v2.5.4James Rayner1-1/+1
2010-02-21netcfg v2.5.3James Rayner1-1/+1
2010-02-18netcfg v2.5.2James Rayner1-1/+1
2010-01-31netcfg v2.5.1James Rayner1-1/+1
2010-01-31netcfg v2.5.0James Rayner1-1/+1
2009-12-31netcfg v2.5.0rc2James Rayner1-1/+1
2009-12-03Makefile bugJim Pryor1-1/+1
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-11-18FS#13418,FS#12505 - add zsh/bash completionJames Rayner1-8/+10
2009-11-14netcfg v2.5.0rc1James Rayner1-1/+1