Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
933f5da0
Commit
933f5da0
authored
Jan 23, 2008
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to check this in...allow zsh as a user shell
parent
0cacae92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
account/tbacct.in
account/tbacct.in
+3
-2
No files found.
account/tbacct.in
View file @
933f5da0
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -84,7 +84,8 @@ my $NOSUCHUSER = 67;
my
$USEREXISTS
=
65
;
# Nasty. Should do this with /etc/pw.conf shellpath.
my
%shellpaths
=
("
csh
"
=>
"
/bin/csh
",
"
sh
"
=>
"
/bin/sh
",
"
tcsh
"
=>
"
/bin/tcsh
",
"
bash
"
=>
"
/usr/local/bin/bash
");
"
tcsh
"
=>
"
/bin/tcsh
",
"
bash
"
=>
"
/usr/local/bin/bash
",
"
zsh
"
=>
"
/bin/zsh
");
my
$errors
=
0
;
my
$sfsupdate
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment