let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / watchdog / patches / 01-fstab-sys_siglist.patch
1 --- watchdog-5.2.4.orig.orig/src/fstab.c 2003-01-28 07:47:38.000000000 +0100
2 +++ watchdog-5.2.4.orig/src/fstab.c 2005-12-29 20:05:47.859043112 +0100
3 @@ -237,7 +237,7 @@
4 /* Ensure that the lock is released if we are interrupted. */
5 static void
6 handler (int sig) {
7 - die (EX_USER, "%s", sys_siglist[sig]);
8 + die (EX_USER, "%s", "sys_siglist[sig]");
9 }
10
11 static void