]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
network: Add missing file for routes.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 14:28:03 +0000 (16:28 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Oct 2012 14:34:22 +0000 (16:34 +0200)
The /etc/network/routes file was missing.

network/network.nm

index 03816d729940bbebdd23100f045d2bc19bd665eb..9d4d5a5faae35a1c57943202beba086282e78644 100644 (file)
@@ -6,7 +6,7 @@
 name       = network
 epoch      = 1
 version    = 005
-release    = 1.3
+release    = 2
 arch       = noarch
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
@@ -28,7 +28,7 @@ build
        install_cmds
                # Create some dummy configuration files.
                mkdir -pv %{BUILDROOT}%{sysconfdir}/{firewall,network}
-               touch %{BUILDROOT}%{sysconfdir}/network/{config,dns-servers}
+               touch %{BUILDROOT}%{sysconfdir}/network/{config,dns-servers,routes}
        end
 end