Shawn Walker writes: > This may seem like a silly thing to ask, but I have been wondering what > the general, accepted practice is for naming SMF properties. > Specifically, imagine that you have long options to a program such as: > > --root-directory > > --cfg-file > > ...etc. > > What is the general naming pattern for these when creating equivalent > SMF properties in OpenSolaris? > > service/root_directory > service/cfg_file > > or: > > service/root-directory > service/cfg-file > > ? > > Thanks, > -- > Shawn Walker > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
Both - and _ are allowed in property names. tom