ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/adduser.c
(Generate patch)

Comparing CCSAdmin/adduser.c (file contents):
Revision 578 by douglas, 2005-09-25T17:43:17-07:00 vs.
Revision 579 by douglas, 2005-11-14T17:52:38-08:00

# Line 145 | Line 145 | int main(int argc, char *argv[])
145          check(chown(entry->pw_dir, entry->pw_uid, entry->pw_gid), environment);
146          check(chdir(entry->pw_dir), environment);
147  
148 <        FTS *traversal = fts_open((char *[]){ "/usr/share/skel", NULL }, FTS_LOGICAL | FTS_NOCHDIR, NULL);
148 >        FTS *traversal = fts_open((char *[]){ "/usr/share/skel", "/ccs/skel", NULL }, FTS_LOGICAL | FTS_NOCHDIR, NULL);
149  
150          if (!traversal)
151                  longjmp(environment, 1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines