diff options
| author | Barry Harding <Barry.Harding@Sun.COM> | 2009-09-22 14:23:05 -0700 |
|---|---|---|
| committer | Barry Harding <Barry.Harding@Sun.COM> | 2009-09-22 14:23:05 -0700 |
| commit | 6a37c9c8c3dacd81b6b285ac18a367106cdc02bc (patch) | |
| tree | 3e0b1e1882f6672e50337a3bfc4d5cf4a897843c /usr/src | |
| parent | 4a1c24318fe7c9bdae38ce58a2e4624597d297e2 (diff) | |
| download | illumos-joyent-6a37c9c8c3dacd81b6b285ac18a367106cdc02bc.tar.gz | |
6883316 yge's postinstall corrupts /etc/driver_aliases
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/pkgdefs/SUNWyge/postinstall.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/pkgdefs/SUNWyge/postinstall.tmpl b/usr/src/pkgdefs/SUNWyge/postinstall.tmpl index 8d2554241c..6aec4686f2 100644 --- a/usr/src/pkgdefs/SUNWyge/postinstall.tmpl +++ b/usr/src/pkgdefs/SUNWyge/postinstall.tmpl @@ -74,11 +74,11 @@ include drv_utils # pkg_drvadd -i \ - '"pciex11ab,4354" \ - "pciex11ab,4355" \ - "pciex11ab,4362" \ - "pciex11ab,4363" \ - "pciex11ab,4364" \ - "pciex11ab,436a" \ + '"pciex11ab,4354" + "pciex11ab,4355" + "pciex11ab,4362" + "pciex11ab,4363" + "pciex11ab,4364" + "pciex11ab,436a" "pciex1186,4b00"' \ -m '* 0666 root sys' yge || exit 1 |
