From: <abe...@us...> - 2011-10-17 04:36:22
|
Revision: 5200 http://astlinux.svn.sourceforge.net/astlinux/?rev=5200&view=rev Author: abelbeck Date: 2011-10-17 04:36:15 +0000 (Mon, 17 Oct 2011) Log Message: ----------- sudo, enable in default config Modified Paths: -------------- branches/1.0/astlinux.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux.config =================================================================== --- branches/1.0/astlinux.config 2011-10-17 04:31:13 UTC (rev 5199) +++ branches/1.0/astlinux.config 2011-10-17 04:36:15 UTC (rev 5200) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn5194-dirty Configuration -# Sun Oct 16 21:38:07 2011 +# Buildroot 2011.08-svn5199 Configuration +# Sun Oct 16 23:32:50 2011 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -744,7 +744,7 @@ # BR2_PACKAGE_LOCKFILE_PROGS is not set # BR2_PACKAGE_LOGROTATE is not set BR2_PACKAGE_SCREEN=y -# BR2_PACKAGE_SUDO is not set +BR2_PACKAGE_SUDO=y # BR2_PACKAGE_WHICH is not set # BR2_PACKAGE_XMLSTARLET is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2011-10-17 04:31:13 UTC (rev 5199) +++ branches/1.0/astlinux18.config 2011-10-17 04:36:15 UTC (rev 5200) @@ -739,7 +739,7 @@ # BR2_PACKAGE_LOCKFILE_PROGS is not set # BR2_PACKAGE_LOGROTATE is not set BR2_PACKAGE_SCREEN=y -# BR2_PACKAGE_SUDO is not set +BR2_PACKAGE_SUDO=y # BR2_PACKAGE_WHICH is not set # BR2_PACKAGE_XMLSTARLET is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |