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>
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
URL:=http://www.ntp.org/
|
URL:=http://www.ntp.org/
|
||||||
DEPENDS:=+libcap
|
DEPENDS:=+libcap
|
||||||
USERID:=ntp=123:ntp=123
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntpd/Default/description
|
define Package/ntpd/Default/description
|
||||||
|
@ -44,6 +43,7 @@ define Package/ntpd
|
||||||
$(call Package/ntpd/Default)
|
$(call Package/ntpd/Default)
|
||||||
TITLE+= server
|
TITLE+= server
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
|
USERID:=ntp=123:ntp=123
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntpd/description
|
define Package/ntpd/description
|
||||||
|
@ -57,6 +57,7 @@ $(call Package/ntpd/Default)
|
||||||
TITLE+= server (with OpenSSL support)
|
TITLE+= server (with OpenSSL support)
|
||||||
VARIANT:=ssl
|
VARIANT:=ssl
|
||||||
DEPENDS+= +libopenssl
|
DEPENDS+= +libopenssl
|
||||||
|
USERID:=ntp=123:ntp=123
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntpd-ssl/description
|
define Package/ntpd-ssl/description
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=6.6p1
|
PKG_VERSION:=6.6p1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
|
@ -35,7 +35,6 @@ define Package/openssh/Default
|
||||||
URL:=http://www.openssh.com/
|
URL:=http://www.openssh.com/
|
||||||
SUBMENU:=SSH
|
SUBMENU:=SSH
|
||||||
VARIANT:=without-pam
|
VARIANT:=without-pam
|
||||||
USERID:=sshd=22:sshd=22
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssh-moduli
|
define Package/openssh-moduli
|
||||||
|
@ -84,6 +83,7 @@ define Package/openssh-server
|
||||||
$(call Package/openssh/Default)
|
$(call Package/openssh/Default)
|
||||||
DEPENDS+= +openssh-keygen
|
DEPENDS+= +openssh-keygen
|
||||||
TITLE+= server
|
TITLE+= server
|
||||||
|
USERID:=sshd=22:sshd=22
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssh-server/description
|
define Package/openssh-server/description
|
||||||
|
@ -99,6 +99,7 @@ define Package/openssh-server-pam
|
||||||
DEPENDS+= +libpthread +openssh-keygen +libpam
|
DEPENDS+= +libpthread +openssh-keygen +libpam
|
||||||
TITLE+= server (with PAM support)
|
TITLE+= server (with PAM support)
|
||||||
VARIANT:=with-pam
|
VARIANT:=with-pam
|
||||||
|
USERID:=sshd=22:sshd=22
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssh-server-pam/description
|
define Package/openssh-server-pam/description
|
||||||
|
|
Loading…
Reference in a new issue