diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:54:10 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:54:10 +0000 |
commit | 5b225e7e2e5f164ea01dad426bc5be6ab7af2168 (patch) | |
tree | a3412b79d9ff2e3e5f96ffb0cfe6fb7ac66787e8 /data/sudo | |
parent | 3836a71b84c27cffe96bb5d46694dd0a7904a506 (diff) |
Added EDITOR support to nano, and made visudo honor it.
git-svn-id: http://svn.telesphoreo.org/trunk@93 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/sudo')
-rw-r--r-- | data/sudo/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sudo/make.sh b/data/sudo/make.sh index 11bc08fce..bd48d8d9e 100644 --- a/data/sudo/make.sh +++ b/data/sudo/make.sh @@ -1,6 +1,6 @@ pkg:extract cd * pkg:patch -pkg:configure sudo_cv_uid_t_len=10 sudo_cv_type_long_is_quad=no --without-pam +pkg:configure sudo_cv_uid_t_len=10 sudo_cv_type_long_is_quad=no --without-pam --with-env-editor make pkg:install |