[debian-edu-commits] r79502 - in branches/wheezy/debian-edu-config: debian share/debian-edu-config/tools
schweer-guest at alioth.debian.org
schweer-guest at alioth.debian.org
Thu Mar 28 10:55:01 UTC 2013
Author: schweer-guest
Date: 2013-03-28 10:55:01 +0000 (Thu, 28 Mar 2013)
New Revision: 79502
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot
Log:
* etckeeper is now located in /usr/bin instead of /usr/sbin:
- Correct path in tools/run-at-firstboot.
- Correct path in debian-edu-config.postinstall.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-03-28 05:43:18 UTC (rev 79501)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-03-28 10:55:01 UTC (rev 79502)
@@ -7,6 +7,9 @@
- Change kernel command lines to reflect new ltsp init process.
- Append ipappend 2 (syslinux) to define network boot interface.
- Change target distribution from squeeze to wheezy.
+ * etckeeper is now located in /usr/bin instead of /usr/sbin:
+ - Correct path in tools/run-at-firstboot.
+ - Correct path in debian-edu-config.postinstall.
-- Wolfgang Schweer <wschweer at arcor.de> Thu, 28 Mar 2013 00:15:27 +0100
Modified: branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst
===================================================================
--- branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst 2013-03-28 05:43:18 UTC (rev 79501)
+++ branches/wheezy/debian-edu-config/debian/debian-edu-config.postinst 2013-03-28 10:55:01 UTC (rev 79502)
@@ -41,7 +41,7 @@
# Execute early, to get the state before changes activated by this
# package is done.
-if [ -x /usr/sbin/etckeeper ] ; then
+if [ -x /usr/bin/etckeeper ] ; then
etckeeper commit "start of debian-edu-config postinst" || true
fi
@@ -248,7 +248,7 @@
fi
# Register all changes done by this postinst script
-if [ -x /usr/sbin/etckeeper ] ; then
+if [ -x /usr/bin/etckeeper ] ; then
etckeeper commit "end of debian-edu-config postinst" || true
fi
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot 2013-03-28 05:43:18 UTC (rev 79501)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/run-at-firstboot 2013-03-28 10:55:01 UTC (rev 79502)
@@ -55,6 +55,6 @@
/usr/sbin/debian-edu-pxeinstall
fi
-if [ -x /usr/sbin/etckeeper ] ; then
+if [ -x /usr/bin/etckeeper ] ; then
etckeeper commit "End of first boot" > /dev/null 2>&1 || true
fi
More information about the debian-edu-commits
mailing list