Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
94e1c9afdb
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      package/pilot/etcnet/hotfix.patch

+ 24
- 0
package/pilot/etcnet/hotfix.patch

@ -0,0 +1,24 @@
diff -pruN etcnet-0.8.5/contrib/50-RockLinux-3 etcnet-0.8.5-new/contrib/50-RockLinux-3
--- etcnet-0.8.5/contrib/50-RockLinux-3 2006-09-26 20:17:55.000000000 +0200
+++ etcnet-0.8.5-new/contrib/50-RockLinux-3 2006-10-28 12:41:42.000000000 +0200
@@ -8,4 +8,4 @@ DHCP_HOSTNAME=
DHCP_TIMEOUT=
# Temp hack
-IFRENAME=/usr/sbin/ifrename
+IFRENAME=/sbin/ifrename
diff -pruN etcnet-0.8.5/etc/net/scripts/network.init etcnet-0.8.5-new/etc/net/scripts/network.init
--- etcnet-0.8.5/etc/net/scripts/network.init 2006-09-08 21:29:00.000000000 +0200
+++ etcnet-0.8.5-new/etc/net/scripts/network.init 2006-10-28 12:43:14.000000000 +0200
@@ -1,8 +1,8 @@
#!/bin/bash
#
-# network
-# chkconfig: 2345 10 90
-# description: /etc/net is network configuration software
+# Desc: Network configuration using etc/net
+# Runlevel: 15
+#
# ALTLinux: Do not load RH compatibility interface.
WITHOUT_RC_COMPAT=1

Loading…
Cancel
Save