diff options
author | James Rayner <james@archlinux.org> | 2008-09-17 15:14:23 +0200 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2008-09-17 15:14:23 +0200 |
commit | f5583fa284f3fa130ff0c84effa5b5fa0fff5c78 (patch) | |
tree | 5e49b4ae16eb142e97f132d3ab8925bcfc41ef0a | |
parent | 8436ade56a7b513a9f39ea4656ee085ca7f599d2 (diff) | |
download | netctl-f5583fa284f3fa130ff0c84effa5b5fa0fff5c78.tar.gz netctl-f5583fa284f3fa130ff0c84effa5b5fa0fff5c78.tar.xz |
netcfg v2.1.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/netcfg | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.1.0 +VERSION=2.1.1 install: install -d $(DESTDIR)/usr/lib/network/ $(DESTDIR)/etc/network.d/examples \ @@ -12,7 +12,7 @@ err() { printhl "$*" } -NETCFG_VER=2.1.0 +NETCFG_VER=2.1.1 PROFILE_DIR="/etc/network.d/" SUBR_DIR="/usr/lib/network/" STATE_DIR="/var/run/network/" |