Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
[grml-live.git] / patches / fai_dirupdate_2.diff
1 --- /usr/lib/fai/get-config-dir.orig    2007-09-21 10:13:24.000000000 +0200
2 +++ /usr/lib/fai/get-config-dir 2007-09-21 10:14:11.000000000 +0200
3 @@ -9,6 +9,11 @@
4  # Short-Description: get $FAI directory from $FAI_CONFIG_SRC
5  ### END SUBROUTINE INFO
6  
7 +if [ -n "FAI_NO_CONFIG_SRC" ] ; then
8 +       echo "Notice: skipping get-dir-config as requested"
9 +       exit 0
10 +fi
11 +
12  if [ -z "$FAI_CONFIG_SRC" ]; then
13         sendmon "TASKERROR get_fai_dir 21"
14         echo "Error: Provide the URL to obtain the fai config storage in \$FAI_CONFIG_SRC"