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.

11 lines
432 B

  1. --- etcnet-0.8.5/contrib/Makefile~ 2006-09-16 20:05:07.000000000 +0200
  2. +++ etcnet-0.8.5/contrib/Makefile 2006-09-29 14:31:36.000000000 +0200
  3. @@ -45,6 +45,6 @@
  4. # 3. Create /sbin links.
  5. @install -d $(sbindir)
  6. - @ln -s ../etc/net/scripts/ifup $(sbindir)/ifup
  7. - @ln -s ../etc/net/scripts/ifdown $(sbindir)/ifdown
  8. + @ln -sf ../etc/net/scripts/ifup $(sbindir)/ifup
  9. + @ln -sf ../etc/net/scripts/ifdown $(sbindir)/ifdown
  10. @echo Done!