diff options
author | Bill Nottingham <notting@redhat.com> | 2001-04-03 22:12:01 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-04-03 22:12:01 +0000 |
commit | 7f35b40379c11f1927274e5c2850c56c55bfc09a (patch) | |
tree | acabf6e3cc977b24c9d904fd850c58b25a95b9c2 | |
parent | b31edc5cdd00f449a1b0f06292b726278549c2dc (diff) | |
download | initscripts-7f35b40379c11f1927274e5c2850c56c55bfc09a.tar initscripts-7f35b40379c11f1927274e5c2850c56c55bfc09a.tar.gz initscripts-7f35b40379c11f1927274e5c2850c56c55bfc09a.tar.bz2 initscripts-7f35b40379c11f1927274e5c2850c56c55bfc09a.tar.xz initscripts-7f35b40379c11f1927274e5c2850c56c55bfc09a.zip |
5.82-1
-rw-r--r-- | initscripts.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 49ed95df..fcafca77 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.81 +Version: 5.82 Copyright: GPL Group: System Environment/Base Release: 1 @@ -254,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Apr 3 2001 Bill Nottingham <notting@redhat.com> +- set umask explicitly to 022 in /etc/init.d/functions + * Mon Apr 2 2001 Bill Nottingham <notting@redhat.com> - fix segfault in usernetctl (#34353) |