1b16e1817e
PR: 40018 Submitted by: maintainer
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
%%PORTDOCS%%share/doc/nic/CHANGES
|
|
%%PORTDOCS%%share/doc/nic/CREDITS
|
|
%%PORTDOCS%%share/doc/nic/INSTALL
|
|
%%PORTDOCS%%share/doc/nic/LICENSE
|
|
%%PORTDOCS%%share/doc/nic/README
|
|
%%NICDIR%%/config/conf.php
|
|
%%NICDIR%%/config/conf.php.dist
|
|
%%NICDIR%%/config/html.php
|
|
%%NICDIR%%/config/html.php.dist
|
|
%%NICDIR%%/config/menu.php
|
|
%%NICDIR%%/config/menu.php.dist
|
|
%%NICDIR%%/finger.php
|
|
%%NICDIR%%/graphics/finger.gif
|
|
%%NICDIR%%/graphics/icq_disabled.gif
|
|
%%NICDIR%%/graphics/icq_offline.gif
|
|
%%NICDIR%%/graphics/icq_online.gif
|
|
%%NICDIR%%/graphics/mailaddrcheck.gif
|
|
%%NICDIR%%/graphics/nic.gif
|
|
%%NICDIR%%/graphics/ping.gif
|
|
%%NICDIR%%/graphics/relay.gif
|
|
%%NICDIR%%/graphics/services.gif
|
|
%%NICDIR%%/graphics/whois.gif
|
|
%%NICDIR%%/icq.php
|
|
%%NICDIR%%/index.php
|
|
%%NICDIR%%/lib/Finger.php
|
|
%%NICDIR%%/lib/NIC.php
|
|
%%NICDIR%%/lib/base.php
|
|
%%NICDIR%%/lib/version.php
|
|
%%NICDIR%%/lookup.php
|
|
%%NICDIR%%/mailaddrcheck.php
|
|
%%NICDIR%%/menu.php
|
|
%%NICDIR%%/nic.php
|
|
%%NICDIR%%/ping.php
|
|
%%NICDIR%%/relay.php
|
|
%%NICDIR%%/services.php
|
|
%%NICDIR%%/status.php
|
|
%%NICDIR%%/templates/common-footer.inc
|
|
%%NICDIR%%/templates/common-header.inc
|
|
%%NICDIR%%/templates/finger/finger.inc
|
|
%%NICDIR%%/templates/footer.inc
|
|
%%NICDIR%%/templates/icq/icq.inc
|
|
%%NICDIR%%/templates/index/css.inc
|
|
%%NICDIR%%/templates/index/notconfigured.inc
|
|
%%NICDIR%%/templates/lookup/lookup.inc
|
|
%%NICDIR%%/templates/mailaddrcheck/mailaddrcheck.inc
|
|
%%NICDIR%%/templates/menu/menu.inc
|
|
%%NICDIR%%/templates/nic_footer.html
|
|
%%NICDIR%%/templates/nic_frame.html
|
|
%%NICDIR%%/templates/ping/ping.inc
|
|
%%NICDIR%%/templates/relay/relay.inc
|
|
%%NICDIR%%/templates/services/services.inc
|
|
%%NICDIR%%/templates/traceroute/traceroute.inc
|
|
%%NICDIR%%/templates/whois/whois.inc
|
|
%%NICDIR%%/traceroute.php
|
|
%%NICDIR%%/whois.php
|
|
etc/horde/httpd.conf.nic
|
|
@dirrm %%NICDIR%%/config
|
|
@dirrm %%NICDIR%%/graphics
|
|
@dirrm %%NICDIR%%/lib
|
|
@dirrm %%NICDIR%%/templates/finger
|
|
@dirrm %%NICDIR%%/templates/icq
|
|
@dirrm %%NICDIR%%/templates/index
|
|
@dirrm %%NICDIR%%/templates/lookup
|
|
@dirrm %%NICDIR%%/templates/mailaddrcheck
|
|
@dirrm %%NICDIR%%/templates/menu
|
|
@dirrm %%NICDIR%%/templates/ping
|
|
@dirrm %%NICDIR%%/templates/relay
|
|
@dirrm %%NICDIR%%/templates/services
|
|
@dirrm %%NICDIR%%/templates/traceroute
|
|
@dirrm %%NICDIR%%/templates/whois
|
|
@dirrm %%NICDIR%%/templates
|
|
@dirrm %%NICDIR%%
|
|
%%PORTDOCS%%@dirrm share/doc/nic
|
|
@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterNic; then rm -f %D/www/horde/config/registry.php.afterNic; mv %D/www/horde/config/registry.php.beforeNic %D/www/horde/config/registry.php; fi
|