Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Ports
tmux
tmux-socket-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tmux-socket-path.patch of Package tmux
--- a/tmux.c +++ b/tmux.c @@ -121,7 +121,7 @@ if ((s = getenv("TMUX_TMPDIR")) != NULL && *s != '\0') xasprintf(&base, "%s/tmux-%ld", s, (long)uid); else - xasprintf(&base, "%s/tmux-%ld", _PATH_TMP, (long)uid); + xasprintf(&base, "/run/tmux/%ld", (long)uid); if (realpath(base, resolved) == NULL && strlcpy(resolved, base, sizeof resolved) >= sizeof resolved) { errno = ERANGE;
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