Changeset 19097 in vbox
- Timestamp:
- Apr 22, 2009 8:53:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/postinstall.sh
r19082 r19097 48 48 if test "$rc" -eq 0 && test -f /etc/nwam/llp; then 49 49 sed -e '/vboxnet/d' /etc/nwam/llp > /etc/nwam/llp.vbox 50 echo "vboxnet0 static 1.1.1.1" >> /etc/nwam/llp.vbox50 echo "vboxnet0 static 0.0.0.0" >> /etc/nwam/llp.vbox 51 51 mv -f /etc/nwam/llp.vbox /etc/nwam/llp 52 52 fi
Note:
See TracChangeset
for help on using the changeset viewer.