drop 14_check_log_paths.dpatch
This commit is contained in:
		
							parent
							
								
									b3e198a475
								
							
						
					
					
						commit
						0728e90759
					
				
					 3 changed files with 2 additions and 28 deletions
				
			
		
							
								
								
									
										2
									
								
								debian/changelog
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/changelog
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,8 @@
 | 
			
		|||
nagios-plugins (1.4.14-5) UNRELEASED; urgency=low
 | 
			
		||||
 | 
			
		||||
  * Adding links to bugreports into most of the patches
 | 
			
		||||
  * Dropping patches not needed anymore:
 | 
			
		||||
    - 14_check_log_paths.dpatch
 | 
			
		||||
 | 
			
		||||
 -- Jan Wagner <waja@cyconet.org>  Thu, 08 Apr 2010 23:54:05 +0200
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								debian/patches/00list
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/patches/00list
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
02_check_icmp_links.dpatch
 | 
			
		||||
06_checkircd.dpatch
 | 
			
		||||
13_subst.in_again.dpatch
 | 
			
		||||
14_check_log_paths.dpatch
 | 
			
		||||
18_check_game_cmdline.dpatch
 | 
			
		||||
22_check_smb_hostaddress.dpatch
 | 
			
		||||
23_check_smb_password.dpatch
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										27
									
								
								debian/patches/14_check_log_paths.dpatch
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										27
									
								
								debian/patches/14_check_log_paths.dpatch
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,27 +0,0 @@
 | 
			
		|||
#! /bin/sh /usr/share/dpatch/dpatch-run
 | 
			
		||||
## 14_check_log_paths.dpatch by  <seanius@debian.org>
 | 
			
		||||
##
 | 
			
		||||
## DP: Use correct absolut path.
 | 
			
		||||
 | 
			
		||||
@DPATCH@
 | 
			
		||||
diff -urNad nagios-plugins~/plugins-scripts/check_log.sh nagios-plugins/plugins-scripts/check_log.sh
 | 
			
		||||
--- nagios-plugins~/plugins-scripts/check_log.sh	2005-02-04 00:51:35.000000000 +0100
 | 
			
		||||
+++ nagios-plugins/plugins-scripts/check_log.sh	2005-10-09 17:29:46.000000000 +0200
 | 
			
		||||
@@ -62,14 +62,14 @@
 | 
			
		||||
 
 | 
			
		||||
 ECHO="/bin/echo"
 | 
			
		||||
 GREP="/bin/egrep"
 | 
			
		||||
-DIFF="/bin/diff"
 | 
			
		||||
-TAIL="/bin/tail"
 | 
			
		||||
+DIFF="/usr/bin/diff"
 | 
			
		||||
+TAIL="/usr/bin/tail"
 | 
			
		||||
 CAT="/bin/cat"
 | 
			
		||||
 RM="/bin/rm"
 | 
			
		||||
 CHMOD="/bin/chmod"
 | 
			
		||||
 TOUCH="/bin/touch"
 | 
			
		||||
 | 
			
		||||
-PROGNAME=`/bin/basename $0`
 | 
			
		||||
+PROGNAME=`/usr/bin/basename $0`
 | 
			
		||||
 PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
 | 
			
		||||
 REVISION=`echo '$Revision$' | sed -e 's/[^0-9.]//g'`
 | 
			
		||||
 
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue