Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jason Rhinelander
mumble-debian
Commits
74daa17d
Commit
74daa17d
authored
Jan 14, 2019
by
Chris Knadle
Browse files
debian/patches: update 46-var-run-to-run.diff for mumble 1.3
parent
d8abb93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/46-var-run-to-run.diff
View file @
74daa17d
...
...
@@ -2,7 +2,7 @@ Description: Patch to replace /var/run path with /run as suggested in the
Debian Policy Manual section 9.1.1 and close bug #693348
Bug-Debian: http://bugs.debian.org/693348
Author: Christopher Knadle <Chris.Knadle@coredump.us>
Last-Updated: 201
7-08-06
Last-Updated: 201
8-09-18
--- a/scripts/murmur.init
+++ b/scripts/murmur.init
...
...
@@ -27,12 +27,12 @@ Last-Updated: 2017-08-06
}
--- a/scripts/murmur.ini.system
+++ b/scripts/murmur.ini.system
@@ -
79
,7 +
79
,7 @@
#
when running in daemon mode (when the -fg flag is not
#
specified on the command line). Only available on
#
Unix-like systems.
@@ -
108
,7 +
108
,7 @@
;
when running in daemon mode (when the -fg flag is not
;
specified on the command line). Only available on
;
Unix-like systems.
-pidfile=/var/run/mumble-server/mumble-server.pid
+pidfile=/run/mumble-server/mumble-server.pid
#
The below will be used as defaults for new configured servers.
#
If you're just running one server (the default), it's easier to
;
The below will be used as defaults for new configured servers.
;
If you're just running one server (the default), it's easier to
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment