mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1fb9070956
ssh hanging forever waiting for the process to terminate. Approved by: maintainer
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
bin/oaf-client
|
|
bin/oaf-config
|
|
bin/oaf-run-query
|
|
bin/oaf-slay
|
|
bin/oaf-sysconf
|
|
bin/oafd
|
|
etc/oaf/oaf-config.xml
|
|
etc/oaf/oaf-config.xml.sample
|
|
etc/oafConf.sh
|
|
include/liboaf/liboaf-version.h
|
|
include/liboaf/liboaf.h
|
|
include/liboaf/oaf-factory-suppress.h
|
|
include/liboaf/oaf-factory.h
|
|
include/liboaf/oaf.h
|
|
lib/liboaf.a
|
|
lib/liboaf.so
|
|
lib/liboaf.so.0
|
|
share/aclocal/oaf.m4
|
|
share/gnome/idl/oaf-factory.idl
|
|
share/gnome/idl/oaf.idl
|
|
share/gnome/oaf/empty.oafinfo
|
|
share/gnome/oaf/oafd.oafinfo
|
|
share/locale/da/LC_MESSAGES/oaf.mo
|
|
share/locale/de/LC_MESSAGES/oaf.mo
|
|
share/locale/fr/LC_MESSAGES/oaf.mo
|
|
share/locale/no/LC_MESSAGES/oaf.mo
|
|
share/locale/ru/LC_MESSAGES/oaf.mo
|
|
share/locale/tr/LC_MESSAGES/oaf.mo
|
|
@dirrm share/gnome/oaf/html/liboaf
|
|
@dirrm share/gnome/oaf/html
|
|
@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome/idl 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome 2>/dev/null || true
|
|
@dirrm include/liboaf
|
|
@dirrm etc/oaf
|
|
@unexec ps gx | grep '[0-9]:[0-9][0-9]\.[0-9][0-9] oafd --ac-activate' | awk '{print $1}' | xargs kill 2>/dev/null || true
|