summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-04-28 06:54:22 +0000
committerThomas Bushnell <thomas@gnu.org>1999-04-28 06:54:22 +0000
commit487be3fdb025418ff78ffe0640aac35b34d42cc7 (patch)
treee89af2de8126d4fc156d1b25e11ec2712f8be981
parent809813b330897175c1bd0d9b8948df3f969a7e8b (diff)
Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>
* conffiles: Add contents of /etc/login. * rules: Add debian/tmp/etc and debian/tmp/etc/login to the list of things to be chmod 0755. * TODO: New item. All of these because Marcus says so.
-rw-r--r--debian/ChangeLog8
-rw-r--r--debian/TODO2
-rw-r--r--debian/conffiles5
-rwxr-xr-xdebian/rules2
4 files changed, 16 insertions, 1 deletions
diff --git a/debian/ChangeLog b/debian/ChangeLog
index f7cb8ab9..b4ddd3b5 100644
--- a/debian/ChangeLog
+++ b/debian/ChangeLog
@@ -1,3 +1,11 @@
+Wed Apr 28 02:44:13 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * conffiles: Add contents of /etc/login.
+ * rules: Add debian/tmp/etc and debian/tmp/etc/login to the list
+ of things to be chmod 0755.
+ * TODO: New item.
+ All of these because Marcus says so.
+
1999-04-25 Roland McGrath <roland@baalperazim.frob.com>
* control (Depends): Change shlibs to hurd cause Marcus says so.
diff --git a/debian/TODO b/debian/TODO
index 6ee9d28b..32b6182a 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -9,3 +9,5 @@
* Library dependencies.
* Do something with the Texinfo documentation.
+
+* Make use of suid-manager for all the setuid binaries.
diff --git a/debian/conffiles b/debian/conffiles
index 0610053f..baf9f8a4 100644
--- a/debian/conffiles
+++ b/debian/conffiles
@@ -1 +1,6 @@
/boot/servers.boot
+/etc/login/.bash_login
+/etc/login/.bashrc
+/etc/login/.hushlogin
+/etc/login/.profile
+/etc/login/README
diff --git a/debian/rules b/debian/rules
index 0c89770b..be9677ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,7 +97,7 @@ binary-arch: build
-strip --strip-all debian/tmp/hurd/*
-strip --strip-all debian/tmp/libexec/*
chmod 0644 debian/tmp/lib/lib*.a
- chmod 0755 debian/tmp/include debian/tmp/include/hurd debian/tmp/lib debian/tmp/hurd debian/tmp/bin debian/tmp/sbin debian/tmp/dev debian/tmp/libexec
+ chmod 0755 debian/tmp/include debian/tmp/include/hurd debian/tmp/lib debian/tmp/hurd debian/tmp/bin debian/tmp/sbin debian/tmp/dev debian/tmp/libexec debian/tmp/etc debian/tmp/etc/login
# now distribute the files
# first the source package