diff options
author | 2016-10-06 20:27:44 +0000 | |
---|---|---|
committer | 2016-10-06 20:27:44 +0000 | |
commit | c99cc6839cc385578296807b57f8ca824eb9c045 (patch) | |
tree | 14615e5f5978dd357db99219fdb221e8d5b561c1 | |
parent | Add _switchd (diff) | |
download | wireguard-openbsd-c99cc6839cc385578296807b57f8ca824eb9c045.tar.xz wireguard-openbsd-c99cc6839cc385578296807b57f8ca824eb9c045.zip |
Switch switchd to the _switchd user.
-rw-r--r-- | usr.sbin/switchd/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/switchd/types.h b/usr.sbin/switchd/types.h index aab9f13588d..a8300b92bcf 100644 --- a/usr.sbin/switchd/types.h +++ b/usr.sbin/switchd/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.5 2016/09/30 12:32:31 reyk Exp $ */ +/* $OpenBSD: types.h,v 1.6 2016/10/06 20:27:44 reyk Exp $ */ /* * Copyright (c) 2013-2016 Reyk Floeter <reyk@openbsd.org> @@ -20,7 +20,7 @@ #define _SWITCHD_TYPES_H #ifndef SWITCHD_USER -#define SWITCHD_USER "_hostapd" +#define SWITCHD_USER "_switchd" #endif #define SWITCHD_NAME "switch" |