Add office staff to floppy group

This commit is contained in:
David Bartley 2008-01-22 21:49:14 -05:00
parent 07f696ab3f
commit a5e52e0178
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def program_name():
office_data = { office_data = {
"name" : "Office Staff", "name" : "Office Staff",
"group" : "office", "group" : "office",
"groups" : [ "cdrom", "audio", "video", "www" ], "groups" : [ "cdrom", "floppy", "audio", "video", "www" ],
} }
syscom_data = { syscom_data = {