search for: modifycmd

Displaying 2 results from an estimated 2 matches for "modifycmd".

Did you mean: modificed
2011 Aug 09
1
HP-UX user resource and shared homedir
...n running the mentioned command on command line. The following usermod.sam command is working on command line: ''/usr/sam/lbin/usermod.sam -F -d /.homedir -m -g 0 XXX'' How do I add the path and -m option to usermod for HP-UX? I looked into provider/user/hpux.rb and found: def modifycmd(param,value) super.insert(1,"-F") end so I thought to add the required parameters: def modifycmd(param,value) super.insert(1,"-F -d "+home+" -m") end But this leads to another error message: err: /User[XXX]/gid: change from 3 to 0 failed: Could not se...
2006 Aug 09
1
tk combobox question
Hello! The IWigdets::combobox has an option "selectioncommand" to specify a procedure which is called when an item in the combobox is selected. Does ComboBox from Bwidgets have an equal option or is there a simple method to do thi? I haven't found one but i would like to use Bwidgets instead of Iwidgets. Another question which should not be a problem, but at the moment I just