mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
908 B

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