Tom Mueller (pkg-discuss) napsal(a):
> The include file looks just like a manifest except with the actual file 
> names rather than the hash values. Each line is what you pass to 
> "pkgsend add" without the "pkgsend add", i.e.,
> 
> set name="pkg.name" value="GNU Midnight Commander - orthodox terminal 
> file manager for Unix-like systems"
> file foo.txt owner=root group=sys mode=0644 path=somedir/foo.txt
> 
> Tom

Hi Tom,
thanks for the reply.
I've tried different inputs, but none has passed through.


Used " to encapsulate name and value values.
--------------------------------------------
Unmatched " in action 'set name="pkg.detailed_url" 
value="http://en.wikipedia.org/wiki/Midnight_Commander";'

Used " to encapsulate only value value.
---------------------------------------
Unmatched " in action 'set name=pkg.detailed_url 
value="http://en.wikipedia.org/wiki/Midnight_Commander";'

Used ' to encapsulate name and value values.
--------------------------------------------
Malformed action: 'set name=pkg.name value='GNU Midnight Commander - 
orthodox terminal file manager for Unix-like systems''

Used ' to encapsulate value value only.
---------------------------------------
Malformed action: 'set name='pkg.name' value='GNU Midnight Commander - 
orthodox terminal file manager for Unix-like systems''

Used nothing to encapsulate name and value values.
--------------------------------------------------
Malformed action: 'set name=pkg.name value=GNU Midnight Commander - 
orthodox terminal file manager for Unix-like systems'



I really can't find out easily what's the correct input file syntax.
If someone could provide me example working input file, it would be very 
helpful.

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

Reply via email to