Rev | Line | |
---|
[1] | 1 | case "$host_os" in
|
---|
| 2 | *linux*)
|
---|
| 3 | if test x"${sh_use_lcaps}" = xyes
|
---|
| 4 | then
|
---|
| 5 | echo
|
---|
| 6 | echo "Using Linux capabilities to drop unnecessary root capabilities."
|
---|
| 7 | echo "Please make sure that directories used for writing have write permission"
|
---|
| 8 | echo "for root, because root will be a mere mortal in that respect:"
|
---|
| 9 | echo " Baseline database in: ${mydataroot}"
|
---|
| 10 | echo " Logfile in: ${localstatedir}/log"
|
---|
| 11 | echo " PID file in: ${localstatedir}/run"
|
---|
| 12 | echo "(directories not existent yet will be created upon installation, root-owned"
|
---|
| 13 | echo "if make install is executed by root.)"
|
---|
| 14 | echo
|
---|
| 15 | fi
|
---|
| 16 | if test x"${sh_use_lcaps}" = xno
|
---|
| 17 | then
|
---|
| 18 | echo
|
---|
| 19 | echo "Not using Linux capabilities (capability.h or libcap not found)"
|
---|
| 20 | echo
|
---|
| 21 | fi
|
---|
| 22 | ;;
|
---|
| 23 | esac
|
---|
Note:
See
TracBrowser
for help on using the repository browser.