|
From: Jason H. <jh...@ap...> - 2012-04-05 18:01:18
|
Add -H to sudo command line options in case sudo is configured with both env_reset and always_set_home turned off. (env_reset is on by default.) Requested by Frank Maritato. Add a "sudo" setting to tpkg.conf. This allows you to override tpkg's default notion of when to use sudo. For example, if you configure a tpkg base in your home directory you may not want tpkg to use sudo. Remove -w from ruby flags in all executables. It is hard to eliminate warnings from gems and other libraries that we use, making the warnings annoying. |