]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Mar 2003 20:17:06 +0000 (20:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Mar 2003 20:17:06 +0000 (20:17 +0000)
configure

index 1e6db3cb277f09d6864b1bc55f7bdbab4667e418..c73456469a485b96e44c54e6d1784e9f404bf1ff 100755 (executable)
--- a/configure
+++ b/configure
@@ -2423,8 +2423,8 @@ echo "$as_me: error: \"--without-sudoers-mode not supported.\"" >&2;}
                ;;
     0*)                SUDOERS_MODE=$with_sudoers_mode
                ;;
-    *)         { { echo "$as_me:$LINENO: error: \"you must use a numeric uid, not a name.\"" >&5
-echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
+    *)         { { echo "$as_me:$LINENO: error: \"you must use an octal mode, not a name.\"" >&5
+echo "$as_me: error: \"you must use an octal mode, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }
                ;;
 esac
@@ -2445,8 +2445,8 @@ echo "$as_me: error: \"--without-sudoers-uid not supported.\"" >&2;}
                ;;
     [0-9]*)    SUDOERS_UID=$with_sudoers_uid
                ;;
-    *)         { { echo "$as_me:$LINENO: error: \"you must use a numeric uid, not a name.\"" >&5
-echo "$as_me: error: \"you must use a numeric uid, not a name.\"" >&2;}
+    *)         { { echo "$as_me:$LINENO: error: \"you must use an unsigned numeric uid, not a name.\"" >&5
+echo "$as_me: error: \"you must use an unsigned numeric uid, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }
                ;;
 esac
@@ -2467,8 +2467,8 @@ echo "$as_me: error: \"--without-sudoers-gid not supported.\"" >&2;}
                ;;
     [0-9]*)    SUDOERS_GID=$with_sudoers_gid
                ;;
-    *)         { { echo "$as_me:$LINENO: error: \"you must use a numeric gid, not a name.\"" >&5
-echo "$as_me: error: \"you must use a numeric gid, not a name.\"" >&2;}
+    *)         { { echo "$as_me:$LINENO: error: \"you must use an unsigned numeric gid, not a name.\"" >&5
+echo "$as_me: error: \"you must use an unsigned numeric gid, not a name.\"" >&2;}
    { (exit 1); exit 1; }; }
                ;;
 esac