Subversion Repositories wimsdev

Rev

Rev 3878 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3878 Rev 4058
Line 18... Line 18...
18
  nobody|nogroup);;
18
  nobody|nogroup);;
19
  *) group=;;
19
  *) group=;;
20
esac
20
esac
21
if [ -z "$group" ]; then
21
if [ -z "$group" ]; then
22
  echo $0: your wimsd daemon  is currently unsecure. This is a debugging utility
22
  echo $0: your wimsd daemon  is currently unsecure. This is a debugging utility
23
  echo used to emulate a simple webserver. If you need this (optional)
23
  echo used to emulate a simple webserver. If you need this optional
24
  echo functionality, please create a group 'nobody' or 'nogroup' containing
24
  echo functionality, please create a group 'nobody' or 'nogroup' containing
25
  echo user 'nobody', then re-run this script.
25
  echo user 'nobody', then re-run this script.
26
  echo Aborting
26
  echo Aborting
27
  exit 1
27
  exit 1
28
fi
28
fi