File norootcheck.patch of Package bacula-bweb
diff -ruN bacula-gui-5.0.3/bweb/install_bweb bacula-gui-5.0.3-patched/bweb/install_bweb --- bacula-gui-5.0.3/bweb/install_bweb 2010-08-05 16:29:51.000000000 +0200 +++ bacula-gui-5.0.3-patched/bweb/install_bweb 2011-02-05 09:21:54.000000000 +0100 @@ -33,11 +33,11 @@ EMAIL_ADDR="xxx@localhost" MTX="/sbin/mtx" -if [ `whoami` != "root" ] ; then - echo "You must be root to run this script." - exit 1 -fi - +#if [ `whoami` != "root" ] ; then +# echo "You must be root to run this script." +# exit 1 +#fi +# # # Normally you should not need to change the following #