]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Delete dead test code.
authorWolfram Schneider <wosch@FreeBSD.org>
Thu, 24 Jul 1997 17:44:46 +0000 (17:44 +0000)
committerWolfram Schneider <wosch@FreeBSD.org>
Thu, 24 Jul 1997 17:44:46 +0000 (17:44 +0000)
adduser/adduser.perl

index 9c8becd5393d059c26a2a920333f3ac71d88281e..613d3ee5bb473cd8287ad22518ae7f1839812404 100644 (file)
@@ -24,7 +24,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $Id: adduser.perl,v 1.31 1997/05/01 23:34:25 ache Exp $
+# $Id: adduser.perl,v 1.32 1997/07/18 12:05:43 wosch Exp $
 
 
 # read variables
@@ -74,18 +74,6 @@ sub variables {
     # shell
     $shell = '';               # $shell{`basename sh`} = sh
 
-    # only for me (=Wolfram)
-    if ($test) {
-       $home = "/home/w/tmp/adduser/home";
-       $etc_shells = "./shells";
-       $etc_passwd = "./master.passwd";
-       $group = "./group";
-       $pwd_mkdb = "pwd_mkdb -p -d .";
-       $config = "adduser.conf";
-       $send_message = "./adduser.message";
-       $logfile = "./log.adduser";
-    }
-
     umask 022;                 # don't give login group write access
 
     $ENV{'PATH'} = "/sbin:/bin:/usr/sbin:/usr/bin";