[Glibc-bsd-commits] r1816 - in trunk: kfreebsd-6/debian
kfreebsd-7/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Wed Dec 20 09:39:03 CET 2006
Author: aurel32
Date: 2006-12-20 09:39:03 +0100 (Wed, 20 Dec 2006)
New Revision: 1816
Modified:
trunk/kfreebsd-6/debian/changelog
trunk/kfreebsd-6/debian/rules
trunk/kfreebsd-7/debian/changelog
trunk/kfreebsd-7/debian/rules
Log:
* Create a /boot/kernel/ directory.
Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog 2006-12-19 22:34:59 UTC (rev 1815)
+++ trunk/kfreebsd-6/debian/changelog 2006-12-20 08:39:03 UTC (rev 1816)
@@ -1,8 +1,9 @@
kfreebsd-6 (6.1-2) UNRELEASED; urgency=low
* Remove kldutils from the dependencies alternatives.
- * Remove kfreebsd-common from the dependencies not that module-init-tools
+ * Remove kfreebsd-common from the dependencies now that module-init-tools
does the job, and bump the dependency on module-init-tools to (>= 6.1-6).
+ * Create a /boot/kernel/ directory.
-- Aurelien Jarno <aurel32 at debian.org> Tue, 12 Dec 2006 15:43:24 +0100
Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules 2006-12-19 22:34:59 UTC (rev 1815)
+++ trunk/kfreebsd-6/debian/rules 2006-12-20 08:39:03 UTC (rev 1816)
@@ -177,7 +177,10 @@
# remove loader.conf (part of kfreebsd-loader)
rm -f $(IMAGE_PACKAGE)-$*/boot/loader.conf
rm -rf $(IMAGE_PACKAGE)-$*/boot/defaults
-
+
+ # create /boot/kernel/ directory
+ mkdir -p $(IMAGE_PACKAGE)-$*/boot/kernel/
+
# remove device.hints (built into kernel)
rm -f $(IMAGE_PACKAGE)-$*/boot/device.hints
Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog 2006-12-19 22:34:59 UTC (rev 1815)
+++ trunk/kfreebsd-7/debian/changelog 2006-12-20 08:39:03 UTC (rev 1816)
@@ -1,8 +1,9 @@
kfreebsd-7 (6.99+20060506-0.2) UNRELEASED; urgency=low
* Remove kldutils from the dependencies alternatives.
- * Remove kfreebsd-common from the dependencies not that module-init-tools
+ * Remove kfreebsd-common from the dependencies now that module-init-tools
does the job, and bump the dependency on module-init-tools to (>= 6.1-6).
+ * Create a /boot/kernel/ directory.
-- Aurelien Jarno <aurel32 at debian.org> Tue, 12 Dec 2006 15:44:22 +0100
Modified: trunk/kfreebsd-7/debian/rules
===================================================================
--- trunk/kfreebsd-7/debian/rules 2006-12-19 22:34:59 UTC (rev 1815)
+++ trunk/kfreebsd-7/debian/rules 2006-12-20 08:39:03 UTC (rev 1816)
@@ -171,7 +171,10 @@
# remove loader.conf (part of kfreebsd-loader)
rm -f $(IMAGE_PACKAGE)-$*/boot/loader.conf
rm -rf $(IMAGE_PACKAGE)-$*/boot/defaults
-
+
+ # create /boot/kernel/ directory
+ mkdir -p $(IMAGE_PACKAGE)-$*/boot/kernel/
+
# remove device.hints (built into kernel)
rm -f $(IMAGE_PACKAGE)-$*/boot/device.hints
More information about the Glibc-bsd-commits
mailing list