Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
freeradius-server.3979
freeradius-server-initscript-pidfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File freeradius-server-initscript-pidfile.patch of Package freeradius-server.3979
Index: freeradius-server-2.1.8/suse/rcradiusd =================================================================== --- freeradius-server-2.1.8.orig/suse/rcradiusd 2010-05-03 15:37:35.000000000 +0200 +++ freeradius-server-2.1.8/suse/rcradiusd 2010-05-03 15:38:08.000000000 +0200 @@ -31,6 +31,10 @@ rc_reset case "$1" in start) echo -n "Starting RADIUS daemon " + # /var/run might be on tmpfs, create runtime directory if needed + if [ ! -d /var/run/radiusd ]; then + install -d -m 0700 -g radiusd -o radiusd /var/run/radiusd + fi startproc $RADIUSD_BIN >/dev/null rc_status -v ;;
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