Eli Mesika has posted comments on this change.

Change subject: core: adding utility for db objects owner change
......................................................................


Patch Set 4:

(2 comments)

....................................................
File packaging/setup/dbutils/changedbowner.sh
Line 17:     -s SERVERNAME - The database servername for the database  (def. 
${SERVERNAME})\n"
Line 18:     -p PORT       - The database port for the database        (def. 
${PORT})\n"
Line 19:     -d DATABASE   - The database name                         (def. 
${DATABASE})\n"
Line 20:     -f FROM_USER  - The current owner for the database             \n"
Line 21:     -f TO_USER    - The new owner for the database             \n"
will do
Line 22:     -h            - This help text.\n"
Line 23: __EOF__
Line 24:     exit $ret
Line 25: }


Line 31:         p) PORT=$OPTARG;;
Line 32:         d) DATABASE=$OPTARG;;
Line 33:         f) FROM_USER=$OPTARG;;
Line 34:         t) TO_USER=$OPTARG;;
Line 35:         h) ret=0 && usage;;
OK , leaving code as is as it appears in all other script and if we decide to 
should be changed in other patch
Line 36:        \?) ret=1 && usage;;
Line 37:     esac
Line 38: done
Line 39: 


-- 
To view, visit http://gerrit.ovirt.org/18682
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I56c59c0fe749389bd110bcd1a39faae74e71174b
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to