]> andersk Git - moira.git/commitdiff
Fixed add_locker.
authorwesommer <wesommer>
Wed, 29 Jul 1987 16:00:39 +0000 (16:00 +0000)
committerwesommer <wesommer>
Wed, 29 Jul 1987 16:00:39 +0000 (16:00 +0000)
server/qsupport.qc

index bbb5c4836c739791fd1212666caad2acef239a15..9a80762d5e9b3e4c9d7c498f5cdb874adce7cb12 100644 (file)
@@ -6,9 +6,12 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.1  1987-07-29 15:13:57  wesommer
- *     Initial revision
+ *     Revision 1.2  1987-07-29 16:00:39  wesommer
+ *     Fixed add_locker.
  *
+Revision 1.1  87/07/29  15:13:57  wesommer
+Initial revision
+
  */
 
 #ifndef lint
@@ -440,7 +443,7 @@ add_locker(q, argv)
     sprintf(locker, "%s/%s", dir, login);
     sprintf(mount, "/mit/%s", login);
 ##  repeat append filesys 
-##             (#users_id = @users_id, type = "NFS", #mach_id = @mach_id,
+##             (#label = @login, type = "NFS", #mach_id = @mach_id,
 ##             name = @locker, access = "w", order = 1, #mount = @mount,
 ##             acl_id = @user_acl)
 
@@ -451,7 +454,7 @@ add_locker(q, argv)
 
     /* create nfsquota entry */
 ##  append nfsquota (#users_id = users_id, #mach_id = mach_id,
-##                  device = #device, #quota = quota)
+##                  #device = device, #quota = quota)
 
     return(SMS_SUCCESS);
 ##}
This page took 2.189099 seconds and 5 git commands to generate.