Rich Burridge wrote:
> Shawn Walker wrote:
>> Rich Burridge wrote:
>>> [EMAIL PROTECTED]:~/pkg/my_tmp$ pkgsend -s http://localhost:9000 add file 
>>> mode=055 owner=root group=bin path=/etc/my_package
>>   ^^^^^^^^
>>
>> Here's your problem, the syntax should be:
>>
>> add file /path/to/my_package_right_now mode=055 owner=root group=bin 
>> path=/delivery/path/to/my_package
> 
> Yup. Just worked that out myself too. :-)
> 
> 
> So how do we go about getting the "official" documentation at:
> 
> http://dlc.sun.com/osol/docs/content/IPS/ipsdev.html
> 
> corrected?

It appears to have the right thing later on (example after step 12), but 
steps 7 and 8 are split incorrectly:

7) # Add the file my_text_file under the my_package directory.

$ pkgsend add file my_package/my_text_file

8) # Add attributes to the package. In this task you add a directory 
action with attributes of mode, owner, group, and path. Path is the key 
attribute for the directory action and has to be specified.

$ pkgsend add dir mode=055 owner=root group=bin path=/etc/my_package

docs-discuss or website-discuss?

-- 
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to