-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge w/ Fedora's spec and add mmgrok
Also removes execute perms from spec files, and builds libksi cleanly under COPR.
- Loading branch information
Showing
4 changed files
with
244 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff -up rsyslog-7.4.1/rsyslog.service.in.orig rsyslog-7.4.1/rsyslog.service.in | ||
--- rsyslog-7.4.1/rsyslog.service.in.orig 2013-06-17 15:28:54.430023493 +0200 | ||
+++ rsyslog-7.4.1/rsyslog.service.in 2013-06-17 15:30:05.874378084 +0200 | ||
@@ -6,7 +6,9 @@ Requires=syslog.socket | ||
|
||
[Service] | ||
Type=notify | ||
-ExecStart=@sbindir@/rsyslogd -n | ||
+EnvironmentFile=-/etc/sysconfig/rsyslog | ||
+ExecStart=@sbindir@/rsyslogd -n $SYSLOGD_OPTIONS | ||
+UMask=0066 | ||
StandardOutput=null | ||
Restart=on-failure | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.