Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
spins:invis:15:common
ntop
ntop-default_user.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ntop-default_user.patch of Package ntop
Index: prefs.c =================================================================== --- prefs.c.orig +++ prefs.c @@ -813,8 +813,8 @@ int parseOptions(int argc, char* argv[]) /* We're root */ char *user; - pw = getpwnam(user = "nobody"); - if(pw == NULL) pw = getpwnam(user = "anonymous"); + pw = getpwnam(user = "ntop"); + if(pw == NULL) pw = getpwnam(user = "nobody"); if(pw != NULL) { myGlobals.userId = pw->pw_uid;
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