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.

19 lines
890 B

  1. diff -ruN hylafax-4.2.1/configure hylafax-4.2.1-new/configure
  2. --- hylafax-4.2.1/configure 2004-12-28 05:45:03.000000000 +0100
  3. +++ hylafax-4.2.1-new/configure 2005-05-18 12:40:52.000000000 +0200
  4. @@ -3596,13 +3596,13 @@
  5. if [ "$SYSVINIT" = yes ]; then
  6. if [ -z "$DIR_SYSVINITSTART" ]; then
  7. case $TARGET in
  8. - *-linux*) DIR_SYSVINITSTART="../rc2.d ../rc3.d ../rc4.d ../rc5.d";;
  9. + *-linux*) DIR_SYSVINITSTART="";;
  10. *) DIR_SYSVINITSTART="../rc2.d";;
  11. esac
  12. fi
  13. if [ -z "$DIR_SYSVINITSTOP" ]; then
  14. case $TARGET in
  15. - *-linux*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rc6.d";;
  16. + *-linux*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rc2.d ../rc3.d ../rc4.d ../rc5.d ../rc6.d";;
  17. *-solaris*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d ../rcS.d";;
  18. *sysv4.2uw2*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d";;
  19. *-sysv5UnixWare*) DIR_SYSVINITSTOP="../rc0.d ../rc1.d";;