X.org: Fatal server error [Solved]

Parv parv at pair.com
Mon Feb 18 07:36:09 UTC 2008


in message <20080217160242.GA2841 at pollux>, wrote Harald Weis
thusly...
>
> 2. The `pkg_info -L' check does not certify that the file is
> actually in its place

To actually verify the existence of the files, stat(2) them somehow
(will work at least in bourne like shells) ...

  pkg_info -L <port-name> \
  | awk '!/^(Info|Files:|$)/ { print $0 }' \
  | xargs ls -l >/dev/null


... above will only show the error messages for missing files of a
port|package.


  - Parv

-- 



More information about the freebsd-stable mailing list