> > fam > ################################################## > /var/tmp/rpm-tmp.28048: line 1: 2788 Segmentation fault > /sbin/chkconfig --add xinetd > error: execution of %preun scriptlet from fam-2.6.7-2mdk failed, exit > status 139 >
Anybody, please, commit this:
chkconfig-1.2.24-msec.patch:
...
+static int GetSecureLevel(void)
+{
+ char *ret;
+ struct stat buf;
+
+ if (stat("/usr/sbin/msec", &stat) < 0) {
^^^^ this must be `buf' not `stat'.
-andrej
