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.

18 lines
477 B

  1. --- grml-x.zsh 2007-06-03 18:16:20.000000000 +0200
  2. +++ grml-x.zsh 2007-06-03 18:43:05.000000000 +0200
  3. @@ -22,13 +22,8 @@
  4. fi
  5. # some functions like getBootParam
  6. - if [ -r /etc/grml/script-functions -a -r /etc/grml/sh-lib ] ; then
  7. - source /etc/grml/script-functions
  8. - source /etc/grml/sh-lib
  9. - else
  10. - echo 'Error: sourcing function files failed. Exiting.'
  11. - exit 1
  12. - fi
  13. +INC:functions
  14. +INC:shlib
  15. check4root &>/dev/null && ROOT='1' || ROOT=''
  16. # }}}