From 6b9382eb1306915a9e30b9846c76fd64fa462d1a Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Fri, 20 Jan 2006 01:05:34 +0000 Subject: * debian/rules (install/hurd::): Install motd.UTF8 into /etc. --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) 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 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:: -- cgit v1.2.3