From fc8d2f56a8104e755766fbbca4729906000cf78d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Aug 2009 19:03:08 -0400 Subject: 0.7.2 -- refactor slightly, flesh out plugin: users --- plugins/users/init.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/users/init.sh') diff --git a/plugins/users/init.sh b/plugins/users/init.sh index 6d703ec..cdb291c 100644 --- a/plugins/users/init.sh +++ b/plugins/users/init.sh @@ -1,6 +1,6 @@ #!@SHELL@ -name='rvs init' -ver='0.7.0' +name='rvs users init' +ver='0.7.2' # Copyright (C) 2009 Luke Shumaker # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -9,6 +9,8 @@ ver='0.7.0' # # Originally written by Luke Shumaker . +#source "$libexecdir/lib/stdio" + mkdir -p "$REPO"/{users,repo} cat << __EOF__ > "$REPO/users/Public Domain" author:anonymous -- cgit v1.2.3-54-g00ecf