Changeset 37792 in vbox
- Timestamp:
- Jul 6, 2011 9:14:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r37790 r37792 859 859 # Check after removing our settings if /etc/netmasks is identifcal to /etc/inet/netmasks 860 860 anydiff=`diff $nmaskbackupfile "$PKG_INSTALL_ROOT/etc/inet/netmasks"` 861 if test ! -z $anydiff; then861 if test ! -z "$anydiff"; then 862 862 # User may have some custom settings in /etc/netmasks, don't overwrite /etc/netmasks! 863 863 recreatelink=2
Note:
See TracChangeset
for help on using the changeset viewer.