sudo の passprompt

sudo-1.6.9p9-1 (lenny) で sudo のパスワード要求時のプロンプトが "[sudo]" つきになりました。些細なことだけど、すごい便利。

debian/rules より:

 17     cd build-simple && NROFFPROG=/usr/bin/nroff ../configure \
 18         --prefix=/usr -v \
 19         --with-all-insults \
 20         --with-devel --with-pam --with-fqdn \
 21         --with-logging=syslog --with-logfac=authpriv \
 22         --with-env-editor --with-editor=/usr/bin/vi \
 23         --with-timeout=15 --with-password-timeout=0 \
 24         --with-passprompt="[sudo] password for %u:" \
 25         --disable-root-mailer --disable-setresuid \
 26         --with-sendmail=/usr/sbin/sendmail \
 27         --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \
 28         --with-ldap-conf-file=/etc/sudo-ldap.conf \
 29         --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"

configureのオプションで決めるもんなんですね…。