[kernel] r16169 - in people/waldi/s390/s390-tools/debian: . kernel
Bastian Blank
waldi at alioth.debian.org
Fri Aug 20 11:02:03 UTC 2010
Author: waldi
Date: Fri Aug 20 11:01:49 2010
New Revision: 16169
Log:
* debian/changelog: Update.
* debian/kernel/zz-zipl: Add hook.
* debian/s390-tools.install: Install kernel hooks.
Added:
people/waldi/s390/s390-tools/debian/kernel/
people/waldi/s390/s390-tools/debian/kernel/zz-zipl (contents, props changed)
Modified:
people/waldi/s390/s390-tools/debian/changelog
people/waldi/s390/s390-tools/debian/s390-tools.install
Modified: people/waldi/s390/s390-tools/debian/changelog
==============================================================================
--- people/waldi/s390/s390-tools/debian/changelog Fri Aug 20 06:29:47 2010 (r16168)
+++ people/waldi/s390/s390-tools/debian/changelog Fri Aug 20 11:01:49 2010 (r16169)
@@ -1,3 +1,9 @@
+s390-tools (1.8.3-2) UNRELEASED; urgency=low
+
+ * Add hook for kernel installation. (closes: #xxxx)
+
+ -- Bastian Blank <waldi at debian.org> Fri, 20 Aug 2010 10:50:51 +0000
+
s390-tools (1.8.3-1) unstable; urgency=low
[ Bastian Blank ]
Added: people/waldi/s390/s390-tools/debian/kernel/zz-zipl
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ people/waldi/s390/s390-tools/debian/kernel/zz-zipl Fri Aug 20 11:01:49 2010 (r16169)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec zipl </dev/null >&2
Modified: people/waldi/s390/s390-tools/debian/s390-tools.install
==============================================================================
--- people/waldi/s390/s390-tools/debian/s390-tools.install Fri Aug 20 06:29:47 2010 (r16168)
+++ people/waldi/s390/s390-tools/debian/s390-tools.install Fri Aug 20 11:01:49 2010 (r16169)
@@ -85,3 +85,6 @@
/usr/share/man/man5/zipl.conf.5
/usr/share/man/man8/zipl.8
+# kernel stuff
+../../kernel/zz-zipl /etc/kernel/postinst.d
+../../kernel/zz-zipl /etc/kernel/postrm.d
More information about the Kernel-svn-changes
mailing list