diff options
author | maximilian attems <maks@debian.org> | 2005-11-02 07:10:28 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-11-02 07:10:28 +0100 |
commit | 0abf7fae2bed74f635cad52f39d00b922aef69bf (patch) | |
tree | 6eba9f3e16a5d170027bed1c5e9f521455e6888d | |
parent | 4e0954f5e95073cc881a138d3f649b9b0fcfb449 (diff) | |
download | initramfs-tools-0abf7fae2bed74f635cad52f39d00b922aef69bf.tar.gz initramfs-tools-0abf7fae2bed74f635cad52f39d00b922aef69bf.zip |
fix reference to manpage.
-rw-r--r-- | conf/initramfs.conf | 2 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf index 88728b4..93554c1 100644 --- a/conf/initramfs.conf +++ b/conf/initramfs.conf @@ -1,6 +1,6 @@ # # initramfs.conf -# Configuration file for mkinitramfs(8). See mkinitramfs.conf(5). +# Configuration file for mkinitramfs(8). See initramfs.conf(5). # # diff --git a/debian/changelog b/debian/changelog index 1895572..0c4b918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +initramfs-tools (0.38) unstable; urgency=low + + [ dann frazier ] + + * Reference correct manpage in initramfs.conf. Closes: #336095 + + -- maximilian attems <maks@sternwelten.at> Wed, 2 Nov 2005 06:58:17 +0100 + initramfs-tools (0.37) unstable; urgency=low * scripts/functions, scripts/local-premount/suspend: Use of "stat" |