* Damian Wojsław <[email protected]> [2011-11-04 12:54]: > Quoting Guido Berhoerster <[email protected]>: > > > >Alex and me are the SFE team, I dont see a bug report and I am > >interested in what gets installed incorrectly? > > I talked with tomww about it on IRC. Package did not create > /dev/fuse symlink to device created by add_drv step.
Actually the driver action should handle that but is missing an attribute for modifying devlink.tab. Alex, could you please apply the attached patch? -- Guido Berhoerster
diff -r 1ec64fc3f3ca SFEfusefs.spec --- a/SFEfusefs.spec Fri Oct 28 20:50:41 2011 +0000 +++ b/SFEfusefs.spec Fri Nov 04 13:24:07 2011 +0000 @@ -65,7 +65,7 @@ ) %actions -driver name=fuse +driver name=fuse devlink=type=ddi_pseudo;name=fuse\t\D perms="* 0666 root sys" %files %defattr (-, root, bin) @@ -79,6 +79,8 @@ %endif %changelog +* Fri Nov 04 2011 - Guido Berhoerster <[email protected]> +- fixed driver action to create devlinks entry * Sat Jul 23 2011 - Guido Berhoerster <[email protected]> - added License and SUNW_Copyright tags * Thu Jul 07 2011 - Alex Viskovatoff
_______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
