Changeset 34 for confman/confman
- Timestamp:
- 03/28/2006 21:22:28 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r33 r34 567 567 568 568 function chowner { 569 local module=$1569 local owner=$1 570 570 local file=$2 571 local owner=$3 572 conf_set_prop $module $file owner $owner 571 conf_set_prop $file owner $owner 573 572 } 574 573 575 574 function chgroup { 576 local module=$1575 local group=$1 577 576 local file=$2 578 local group=$3 579 conf_set_prop $module $file group $group 577 conf_set_prop $file group $group 580 578 } 581 579 582 580 function chmode { 583 local mod ule=$1581 local mode=$1 584 582 local file=$2 585 local mode=$3 586 conf_set_prop $module $file mode $mode 583 conf_set_prop $file mode $mode 587 584 } 588 585 589 586 function chcom { 590 local module=$1587 local comment="$1" 591 588 local file=$2 592 local comment="$3" 593 conf_set_prop $module $file comment "$comment" 589 conf_set_prop $file comment "$comment" 594 590 } 595 591
Note: See TracChangeset
for help on using the changeset viewer.
