projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eee95a
)
[packages] shadow: add chage utility
author
Luka Perkov
<
[email protected]
>
Sat, 4 May 2013 23:14:42 +0000
(23:14 +0000)
committer
Luka Perkov
<
[email protected]
>
Sat, 4 May 2013 23:14:42 +0000
(23:14 +0000)
Signed-off-by: Kyle Anderson <
[email protected]
>
SVN-Revision: 36546
utils/shadow/Makefile
patch
|
blob
|
history
diff --git
a/utils/shadow/Makefile
b/utils/shadow/Makefile
index fd0735c028f62e283a4ebb0ff6404c14fd3a905d..7b9c3523dcdd9b99d46c630e30ab1989f8fb64fd 100644
(file)
--- a/
utils/shadow/Makefile
+++ b/
utils/shadow/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=shadow
PKG_VERSION:=4.1.5.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
@@
-22,8
+22,8
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
UTILS := \
-
groupadd groupdel groupmod useradd userdel usermod
\
- su passwd groups
+
chage groupadd groupdel groupmod groups passwd su
\
+ useradd userdel usermod
CONFIGURE_ARGS += \
--without-audit \