diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-15 04:19:44 +0800 |
commit | db628b5105efc23a5c41f7d15c720de6a964e98c (patch) | |
tree | 7b115f7a3ea8e0b4c510af52f97af85492105f0a /security/sudo | |
parent | 5e129658fc7663aee97c3d6ca2a3bdf3aeabd003 (diff) | |
download | freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.gz freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.tar.zst freebsd-ports-gnome-db628b5105efc23a5c41f7d15c720de6a964e98c.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 2622d20b0d69..d6f874fdfb5c 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -21,8 +21,8 @@ CONFIGURE_ARGS= --with-skey \ --with-ignore-dot \ --with-tty-tickets \ --with-env-editor \ - --with-insults \ - --with-all-insults \ + --with-insults \ + --with-all-insults \ --with-logincap \ --disable-root-sudo |