/ / Unless we remove group ownership from root directory, sendmail complains. # Generated from doc/loncapafiles/sendmail_fix.piml unless (-e "") { print('**** ERROR! Where is the root directory on this strange filesystem!'); exit(1); } else { `chmod g-w,u+w `; }