summaryrefslogtreecommitdiffstats
path: root/configd
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2018-01-14 07:41:46 +0100
committerGitHub <noreply@github.com>2018-01-14 07:41:46 +0100
commit70bd4e6db954575c372dc924f5fc41d528f5583f (patch)
treefbdc3cdf92e3ed3bb2c0b657586d9885010323a7 /configd
parent289c6630ede5c36871884193afda61fd91e69398 (diff)
Revert "Arnej/fix cmdline tools"
Diffstat (limited to 'configd')
-rw-r--r--configd/src/apps/su/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/su/main.cpp b/configd/src/apps/su/main.cpp
index ceecc71ae5a..c1cebd56c29 100644
--- a/configd/src/apps/su/main.cpp
+++ b/configd/src/apps/su/main.cpp
@@ -18,7 +18,7 @@ int main(int argc, char** argv)
}
const char *username = getenv("VESPA_USER");
if (username == nullptr) {
- username = "vespa";
+ username = "yahoo";
}
struct passwd *p = getpwnam(username);
if (p == nullptr) {