Mailinglist Archive: yast-commit (502 mails)
| < Previous | Next > |
[yast-commit] r64500 - /branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2
- From: aschnell@xxxxxxxxxxxxxxxxx
- Date: Tue, 21 Jun 2011 09:14:20 -0000
- Message-id: <20110621091420.64A0732641@svn2.opensuse.org>
Author: aschnell
Date: Tue Jun 21 11:14:19 2011
New Revision: 64500
URL: http://svn.opensuse.org/viewcvs/yast?rev=64500&view=rev
Log:
- don't run snapper by default otherwise user gets an error message if snapper
is installed but not configured
Modified:
branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2
Modified: branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2?rev=64500&r1=64499&r2=64500&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2 (original)
+++ branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2 Tue Jun 21
11:14:19 2011
@@ -54,6 +54,6 @@
SUBVERSION_ADD_DIRS_RECURSIVE="no"
## Type: list(yes,no)
-## Default: "yes"
+## Default: "no"
# Enable use of snapper for YaST.
-USE_SNAPPER="yes"
+USE_SNAPPER="no"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Jun 21 11:14:19 2011
New Revision: 64500
URL: http://svn.opensuse.org/viewcvs/yast?rev=64500&view=rev
Log:
- don't run snapper by default otherwise user gets an error message if snapper
is installed but not configured
Modified:
branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2
Modified: branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2?rev=64500&r1=64499&r2=64500&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2 (original)
+++ branches/SuSE-Code-11-SP2-Branch/yast2/data/sysconfig.yast2 Tue Jun 21
11:14:19 2011
@@ -54,6 +54,6 @@
SUBVERSION_ADD_DIRS_RECURSIVE="no"
## Type: list(yes,no)
-## Default: "yes"
+## Default: "no"
# Enable use of snapper for YaST.
-USE_SNAPPER="yes"
+USE_SNAPPER="no"
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |