summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-07-24 17:44:46 +0000
committerwosch <wosch@FreeBSD.org>1997-07-24 17:44:46 +0000
commit4479faef611b01733531d79354ba8aac67897c64 (patch)
treebb736138599c2a4dea64c8b27f49c8af25ab2261 /usr.sbin/adduser
parentb4ed1c780b58a6bc14068ba126cefa601ef922c2 (diff)
downloadFreeBSD-src-4479faef611b01733531d79354ba8aac67897c64.zip
FreeBSD-src-4479faef611b01733531d79354ba8aac67897c64.tar.gz
Delete dead test code.
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.perl14
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index 9c8becd..613d3ee 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -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";
OpenPOWER on IntegriCloud