Annotation of embedaddon/sudo/plugins/sudoers/regress/visudo/test1.sh, revision 1.1.1.1

1.1       misho       1: #!/bin/sh
                      2: #
                      3: # Sudo Bug 519:
                      4: # Visudo in strict mode reports "parse error" even if there is no error
                      5: #
                      6: 
                      7: ./visudo -csf - <<EOF
                      8: User_Alias FOO = nobody
                      9: FOO ALL=(ALL) NOPASSWD: ALL
                     10: EOF
                     11: 
                     12: exit 0

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>