mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
openssh,ntpd: move USERID to the server only as the client utils don't need a user/group
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -31,7 +31,6 @@ define Package/ntpd/Default
|
||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||
URL:=http://www.ntp.org/
|
||||
DEPENDS:=+libcap
|
||||
USERID:=ntp=123:ntp=123
|
||||
endef
|
||||
|
||||
define Package/ntpd/Default/description
|
||||
@@ -44,6 +43,7 @@ define Package/ntpd
|
||||
$(call Package/ntpd/Default)
|
||||
TITLE+= server
|
||||
VARIANT:=nossl
|
||||
USERID:=ntp=123:ntp=123
|
||||
endef
|
||||
|
||||
define Package/ntpd/description
|
||||
@@ -57,6 +57,7 @@ $(call Package/ntpd/Default)
|
||||
TITLE+= server (with OpenSSL support)
|
||||
VARIANT:=ssl
|
||||
DEPENDS+= +libopenssl
|
||||
USERID:=ntp=123:ntp=123
|
||||
endef
|
||||
|
||||
define Package/ntpd-ssl/description
|
||||
|
||||
Reference in New Issue
Block a user