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:
parent
af0003c3be
commit
0d260899aa
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=openssh
|
||||
PKG_VERSION:=6.6p1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||
|
@ -35,7 +35,6 @@ define Package/openssh/Default
|
|||
URL:=http://www.openssh.com/
|
||||
SUBMENU:=SSH
|
||||
VARIANT:=without-pam
|
||||
USERID:=sshd=22:sshd=22
|
||||
endef
|
||||
|
||||
define Package/openssh-moduli
|
||||
|
@ -84,6 +83,7 @@ define Package/openssh-server
|
|||
$(call Package/openssh/Default)
|
||||
DEPENDS+= +openssh-keygen
|
||||
TITLE+= server
|
||||
USERID:=sshd=22:sshd=22
|
||||
endef
|
||||
|
||||
define Package/openssh-server/description
|
||||
|
@ -99,6 +99,7 @@ define Package/openssh-server-pam
|
|||
DEPENDS+= +libpthread +openssh-keygen +libpam
|
||||
TITLE+= server (with PAM support)
|
||||
VARIANT:=with-pam
|
||||
USERID:=sshd=22:sshd=22
|
||||
endef
|
||||
|
||||
define Package/openssh-server-pam/description
|
||||
|
|
Loading…
Reference in a new issue