diff options
author | Michael Banck <mbanck@debian.org> | 2006-01-20 01:05:34 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2006-01-20 01:05:34 +0000 |
commit | 6b9382eb1306915a9e30b9846c76fd64fa462d1a (patch) | |
tree | 181a4682b1eb7578734ce88ff9b19107a96d198f | |
parent | 0ae7098343bc783b1476ca9d76f1ada76a02a08b (diff) |
* debian/rules (install/hurd::): Install motd.UTF8 into /etc.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
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:: |