Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:manfred-h
minidlna
01-run-instead-of-var-run.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 01-run-instead-of-var-run.patch of Package minidlna
From: =?utf-8?q?Beno=C3=AEt_Knecht?= <benoit.knecht@fsfe.org> Date: Sun, 1 Mar 2015 22:11:34 +0100 Subject: Use /run instead of /var/run to store runtime files --- upnpglobalvars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upnpglobalvars.c b/upnpglobalvars.c index 1625bdb..d5b15d4 100644 --- a/upnpglobalvars.c +++ b/upnpglobalvars.c @@ -60,7 +60,7 @@ time_t startup_time = 0; struct runtime_vars_s runtime_vars; uint32_t runtime_flags = INOTIFY_MASK | TIVO_BONJOUR_MASK | SUBTITLES_MASK; -const char *pidfilename = "/var/run/minidlna/minidlna.pid"; +const char *pidfilename = "/run/minidlna/minidlna.pid"; char uuidvalue[] = "uuid:00000000-0000-0000-0000-000000000000"; char modelname[MODELNAME_MAX_LEN] = ROOTDEV_MODELNAME; @@ -76,7 +76,7 @@ struct lan_addr_s lan_addr[MAX_LAN_ADDR]; int sssdp = -1; /* Path of the Unix socket used to communicate with MiniSSDPd */ -const char * minissdpdsocketpath = "/var/run/minissdpd.sock"; +const char * minissdpdsocketpath = "/run/minissdpd.sock"; /* UPnP-A/V [DLNA] */ sqlite3 *db;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor