Date: Sat, 26 Oct 2019 18:02:23 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515720 - head/sysutils/enteruser Message-ID: <201910261802.x9QI2NIh074751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Sat Oct 26 18:02:23 2019 New Revision: 515720 URL: https://svnweb.freebsd.org/changeset/ports/515720 Log: Take maintainership & clean up - Pet linters - Set LICENSE - Update WWW Modified: head/sysutils/enteruser/Makefile head/sysutils/enteruser/pkg-descr Modified: head/sysutils/enteruser/Makefile ============================================================================== --- head/sysutils/enteruser/Makefile Sat Oct 26 17:47:05 2019 (r515719) +++ head/sysutils/enteruser/Makefile Sat Oct 26 18:02:23 2019 (r515720) @@ -9,21 +9,24 @@ DISTNAME= enteruser EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= Extensible script for adding new users -USES= shebangfix perl5 -NO_WRKSUBDIR= yes -NO_BUILD= yes +LICENSE= BSD2CLAUSE +USES= perl5 shebangfix SHEBANG_FILES= enteruser +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${STAGEDIR}${PREFIX}/sbin - @cd ${STAGEDIR}${PREFIX}/sbin; ${LN} -sf enteruser queueuser + @cd ${STAGEDIR}${PREFIX}/sbin && ${LN} -sf enteruser queueuser .include <bsd.port.mk> Modified: head/sysutils/enteruser/pkg-descr ============================================================================== --- head/sysutils/enteruser/pkg-descr Sat Oct 26 17:47:05 2019 (r515719) +++ head/sysutils/enteruser/pkg-descr Sat Oct 26 18:02:23 2019 (r515720) @@ -4,5 +4,7 @@ system. It can be used to enter a single user, and it uses pw(8) and can be used concurrently by multiple admins and techs to add users to a system. -Enteruser is also designed to be extensible. Please see -http://www.daemonnews.org/199908/enteruser.html for further background. +Enteruser is also designed to be extensible. Please see the linked +article for further background. + +WWW: https://web.archive.org/web/20041211013021/http://www.daemonnews.org/199908/enteruser.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261802.x9QI2NIh074751>