[akmods] Fix rfbz #4108

Sérgio M. Basto sergiomb at rpmfusion.org
Wed Aug 17 20:15:09 CEST 2016


commit f60836a807696668c40e81e7166cd0c78b6787db
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Wed Aug 17 19:11:00 2016 +0100

    Fix rfbz #4108
    
    Since F24 we got ulimit: core file size: cannot modify limit:
    Invalid argument , seems ulimit is not need, anymore...
    Todo: investigate what happens to ulimit in F24.

 akmods | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/akmods b/akmods
index e2b6e06..486976d 100755
--- a/akmods
+++ b/akmods
@@ -144,7 +144,7 @@ init ()
 	\export PATH='/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'
 	\unalias -a
 	hash -r
-	ulimit -H -c 0 --
+	#ulimit -H -c 0 --
 	IFS=$' \t\n'
 	UMASK=022
 	umask ${UMASK}


More information about the rpmfusion-commits mailing list