[Debian-NP-Commits] r273 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Fri, 26 Nov 2004 19:47:17 -0700


Author: vagrant-guest
Date: Fri Nov 26 19:47:13 2004
New Revision: 273

Modified:
   people/vagrant/simple-cdd/simple-cdd-preseed
Log:
bugfix.


Modified: people/vagrant/simple-cdd/simple-cdd-preseed
==============================================================================
--- people/vagrant/simple-cdd/simple-cdd-preseed	(original)
+++ people/vagrant/simple-cdd/simple-cdd-preseed	Fri Nov 26 19:47:13 2004
@@ -15,7 +15,7 @@
 cd /usr/local/simple-cdd
 
 for p in $profiles ; do
-  if [ -r "$p.preseed" ] && [ "$p" != "$default" ]; then
+  if [ -r "$p.preseed" ] && [ "$p" != "default" ]; then
     echo "Debconf preseeding for: $p"
     debconf-set-selections $p.preseed
   fi