diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 458811db..9af04f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hurd (20110519-3) unstable; urgency=low + + * debian/local/runsystem: Set d-i umask to 022. + + -- Samuel Thibault <sthibault@debian.org> Sat, 11 Jun 2011 19:21:25 +0200 + hurd (20110519-2) unstable; urgency=low * debian/control: Make the hurd package depend on random-egd, to get diff --git a/debian/local/runsystem b/debian/local/runsystem index 47c791d3..198c0f84 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -3,6 +3,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH +umask 022 + # Create a minimal subset of device and server nodes /usr/lib/hurd/setup-translators -m -k -p |