diff options
author | Didier Raboud <odyx@debian.org> | 2014-07-30 10:40:23 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2014-07-30 10:40:32 +0200 |
commit | f9106fd9f64fb2e83efb664ed38c857df71211f3 (patch) | |
tree | 94645fac1c9bf6087721d7e1263d209236051243 /debian | |
parent | 24b5b490e5119bb23419193af4e42c42678a9c26 (diff) | |
download | cups-f9106fd9f64fb2e83efb664ed38c857df71211f3.tar.gz |
Refresh cupsd-write-systemd-Port patch
Git-Dch: None
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/cupsd-write-systemd-Port.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/cupsd-write-systemd-Port.patch b/debian/patches/cupsd-write-systemd-Port.patch index 6e419998..b7d34b0e 100644 --- a/debian/patches/cupsd-write-systemd-Port.patch +++ b/debian/patches/cupsd-write-systemd-Port.patch @@ -146,7 +146,7 @@ Last-Update: 2014-03-05 */ cupsdLogMessage(CUPSD_LOG_ERROR, -@@ -3476,6 +3476,7 @@ +@@ -3497,6 +3497,7 @@ *out; /* Output file */ char buffer[16384]; /* Copy buffer */ ssize_t bytes; /* Number of bytes */ @@ -154,7 +154,7 @@ Last-Update: 2014-03-05 /* -@@ -3490,17 +3491,30 @@ +@@ -3511,17 +3512,30 @@ } /* @@ -187,7 +187,7 @@ Last-Update: 2014-03-05 /* * Copy from the request to the new config file... -@@ -3511,12 +3525,12 @@ +@@ -3532,12 +3546,12 @@ { cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to copy to config file \"%s\": %s", @@ -202,7 +202,7 @@ Last-Update: 2014-03-05 cupsdUnlinkOrRemoveFile(filename); return (HTTP_SERVER_ERROR); -@@ -3528,7 +3542,7 @@ +@@ -3549,7 +3563,7 @@ cupsFileClose(in); @@ -211,7 +211,7 @@ Last-Update: 2014-03-05 return (HTTP_SERVER_ERROR); /* -@@ -3542,8 +3556,15 @@ +@@ -3563,8 +3577,15 @@ * Set the NeedReload flag... */ |