* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 1.30.27-3
- Ignore sigpipe
This commit is contained in:
parent
eab5cfc041
commit
18b9b3adf9
@ -1,3 +1,15 @@
|
|||||||
|
Binary files nsapolicycoreutils/newrole/newrole and policycoreutils-1.30.27/newrole/newrole differ
|
||||||
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/newrole/newrole.c policycoreutils-1.30.27/newrole/newrole.c
|
||||||
|
--- nsapolicycoreutils/newrole/newrole.c 2006-08-28 16:58:20.000000000 -0400
|
||||||
|
+++ policycoreutils-1.30.27/newrole/newrole.c 2006-08-31 08:02:14.000000000 -0400
|
||||||
|
@@ -445,6 +445,7 @@
|
||||||
|
|
||||||
|
/* Terminate on SIGHUP. */
|
||||||
|
signal(SIGHUP, SIG_DFL);
|
||||||
|
+ signal(SIGPIPE, SIG_IGN);
|
||||||
|
|
||||||
|
#ifdef USE_NLS
|
||||||
|
setlocale(LC_ALL, "");
|
||||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.30.27/po/af.po
|
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.30.27/po/af.po
|
||||||
--- nsapolicycoreutils/po/af.po 2006-08-28 16:58:21.000000000 -0400
|
--- nsapolicycoreutils/po/af.po 2006-08-28 16:58:21.000000000 -0400
|
||||||
+++ policycoreutils-1.30.27/po/af.po 2006-08-31 07:08:21.000000000 -0400
|
+++ policycoreutils-1.30.27/po/af.po 2006-08-31 07:08:21.000000000 -0400
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.30.27
|
Version: 1.30.27
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -119,6 +119,9 @@ fi
|
|||||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 1.30.27-3
|
||||||
|
- Ignore sigpipe
|
||||||
|
|
||||||
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 1.30.27-2
|
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 1.30.27-2
|
||||||
- Fix init script and add translations
|
- Fix init script and add translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user