forked from pool/pleaser
* Patch for syslog 6.0 * Documentation tidy * Default edit mode of keep * changelog note * pleaseedit examples * exact options * Adding editmode=keep * check should fail if handed a non-regular file * Document control characters OBS-URL: https://build.opensuse.org/package/show/Base:System/pleaser?expand=0&rev=6
14 lines
420 B
Diff
14 lines
420 B
Diff
Index: please/src/lib.rs
|
|
===================================================================
|
|
--- please.orig/src/lib.rs
|
|
+++ please/src/lib.rs
|
|
@@ -1565,7 +1565,7 @@ pub fn log_action(service: &str, result:
|
|
facility: Facility::LOG_USER,
|
|
hostname: None,
|
|
process: service.into(),
|
|
- pid: process::id() as i32,
|
|
+ pid: process::id(),
|
|
};
|
|
|
|
let cwd = match env::current_dir() {
|