void-packages/srcpkgs/fcron/patches/fcron.patch

19 lines
510 B
Diff

--- a/configure.in
+++ b/configure.in
@@ -201,7 +201,6 @@
if test ! -x "$SENDMAIL" ; then
dnl ... but it is not an executable file!
AC_MSG_RESULT([$SENDMAIL])
- AC_MSG_ERROR([File $SENDMAIL is not an executable file])
else
dnl ... and it is valid
AC_MSG_RESULT([$SENDMAIL])
--- a/script/user-group
+++ b/script/user-group
@@ -1,4 +1,5 @@
#!/bin/sh
+exit 0
# Check if the user and group given in arguments
# exit in /etc/passwd and /etc/group, and create
# them if necessary.