mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
shadow: add chpasswd, et al to list of applets
If you have a firstboot script which seeds a passwd based on run-time information (like MAC addresses, hostname, etc) then you need to be able to pass in a cleartext string via chpasswd. Other applets are similarly potentially useful in other corner cases. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=shadow
|
PKG_NAME:=shadow
|
||||||
PKG_VERSION:=4.2.1
|
PKG_VERSION:=4.2.1
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
|
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
|
||||||
@@ -25,8 +25,10 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
SHADOW_APPLETS := \
|
SHADOW_APPLETS := \
|
||||||
chage groupadd groupdel groupmod groups passwd su \
|
chage chpasswd chfn chsh expiry faillog gpasswd \
|
||||||
useradd userdel usermod
|
groupadd groupdel groupmems groupmod groups \
|
||||||
|
lastlog login newgrp nologin passwd su \
|
||||||
|
useradd userdel usermod vipw
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-audit \
|
--without-audit \
|
||||||
|
|||||||
Reference in New Issue
Block a user