Update e2fsprogs to 1.45.3 Remove OpenBSD patch Remove Darwin patch, neither macports or brew patches these files Add patch to avoid crond detection on host OS Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
		
			
				
	
	
		
			12 lines
		
	
	
		
			268 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			268 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/configure
 | 
						|
+++ b/configure
 | 
						|
@@ -14525,7 +14525,7 @@ $as_echo_n "checking for system crontab
 | 
						|
 
 | 
						|
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${crond_dir}" >&5
 | 
						|
 $as_echo "${crond_dir}" >&6; }
 | 
						|
-		have_crond="yes"
 | 
						|
+		have_crond="no"; with_crond_dir=""
 | 
						|
 
 | 
						|
 else
 | 
						|
 
 |