- Timestamp:
- Sep 1, 2008 10:14:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r11884 r11908 2071 2071 echo "" 2072 2072 fi 2073 if [ $WITH_HARDENING -gt 0 ]; then 2074 echo "" 2075 echo " +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++" 2076 echo " Hardening is enabled which means that the VBox binaries will not run from" 2077 echo " the binary directory. The binaries have to be installed suid root and some" 2078 echo " more prerequisites have to be fulfilled which is normally done by installing" 2079 echo " the final package. For development, the hardening feature can be disabled" 2080 echo " by specifying the --disable-hardening parameter. Please never disable that" 2081 echo " feature for the final distribution!" 2082 echo " +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++" 2083 echo "" 2084 else 2085 echo "" 2086 echo " +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++" 2087 echo " Hardening is disabled. Please do NOT build packages for distribution with" 2088 echo " disabled hardening!" 2089 echo " +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++" 2090 echo "" 2091 fi 2073 2092 echo "Enjoy!" 2074 2093 cleanup
Note:
See TracChangeset
for help on using the changeset viewer.