summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f0bb5284..186630c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ hurd (20050513-6+SVN) unreleased; urgency=low
enabling SysV style behaviour (i.e. adopt the user's gid, not the
one from the parent directory) for group permissions of newly
created files by default.
+ * debian/rules (install/hurd::): Install motd.UTF8 into /etc.
-- Michael Banck <mbanck@debian.org> Tue, 17 Jan 2006 22:16:33 +0100
diff --git a/debian/rules b/debian/rules
index 62865e6e..d97d7695 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ install/hurd::
install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console
+ install -m664 build-tree/hurd/console/motd.UTF8 debian/hurd/etc/
+
SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w
binary-predeb/hurd::