* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 1.30.27-3

- Ignore sigpipe
This commit is contained in:
Daniel J Walsh 2006-08-31 12:09:46 +00:00
parent eab5cfc041
commit 18b9b3adf9
2 changed files with 16 additions and 1 deletions

View File

@ -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
--- 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

View File

@ -5,7 +5,7 @@
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.27
Release: 2
Release: 3
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -119,6 +119,9 @@ fi
[ -x /sbin/service ] && /sbin/service restorecond condrestart
%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
- Fix init script and add translations