diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 23:26:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 23:26:12 +0100 |
commit | ce7fb7fffac216476bb287950d463328c34849d7 (patch) | |
tree | 6089081bd5f4e7c78f717d522b90a837e1ab4814 | |
parent | 02684ea53390cc23da06aa99cf67fc2cc7a90ba8 (diff) |
debian/local/dmesg: Add script which cat /var/log/dmesg.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/hurd.install | 1 | ||||
-rwxr-xr-x | debian/local/dmesg | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f3416703..3495947a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ hurd (20111030-1) UNRELEASED; urgency=low * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version. + * debian/local/dmesg: Add script which cat /var/log/dmesg. -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 01:15:04 +0000 diff --git a/debian/hurd.install b/debian/hurd.install index 63e8d02e..0c14f6e8 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -1,4 +1,5 @@ debian/local/setup-translators usr/lib/hurd +debian/local/dmesg bin debian/tmp/lib/*.so.* debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console debian/tmp/hurd/* diff --git a/debian/local/dmesg b/debian/local/dmesg new file mode 100755 index 00000000..0310d0c2 --- /dev/null +++ b/debian/local/dmesg @@ -0,0 +1,2 @@ +#!/bin/sh +exec cat /var/log/dmesg |