;;
0*) SUDOERS_MODE=$with_sudoers_mode
;;
- *) AC_MSG_ERROR(["you must use a numeric uid, not a name."])
+ *) AC_MSG_ERROR(["you must use an octal mode, not a name."])
;;
esac])
;;
[[0-9]]*) SUDOERS_UID=$with_sudoers_uid
;;
- *) AC_MSG_ERROR(["you must use a numeric uid, not a name."])
+ *) AC_MSG_ERROR(["you must use an unsigned numeric uid, not a name."])
;;
esac])
;;
[[0-9]]*) SUDOERS_GID=$with_sudoers_gid
;;
- *) AC_MSG_ERROR(["you must use a numeric gid, not a name."])
+ *) AC_MSG_ERROR(["you must use an unsigned numeric gid, not a name."])
;;
esac])