mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add a missing file to PLIST. Be more graceful when removing files.
Submitted by: bento (sort of)
This commit is contained in:
parent
9138fdb657
commit
829bb01757
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41880
@ -1,25 +0,0 @@
|
||||
Understand for C and C++ can't be used without a license code.
|
||||
|
||||
You need a limited time period license to run the product in
|
||||
evaluation mode. One can be obtained in the www site.
|
||||
|
||||
A permanent license can be purchased there, too.
|
||||
|
||||
The Understand_c program will try to write a license file under
|
||||
/usr/local/share/understand_c/license when you register it.
|
||||
|
||||
Registration instructions:
|
||||
|
||||
1) Make sure that the user running Understand_c when entering the
|
||||
registration code has proper permissions to create files under
|
||||
/usr/local/share/understand_c/license when your register it.
|
||||
Understand_c will try to create a file under this directory to save
|
||||
the registration information. This applies for both evaluation and
|
||||
permanent licenses.
|
||||
|
||||
2) Verify that the files created under
|
||||
/usr/local/share/understand_c/license are accessible by all users
|
||||
who will be using Understand_c. Usually ''chmod -R a=r+X
|
||||
/usr/local/share/understand_c/license'' will do.
|
||||
|
||||
http://www.scitools.com/
|
@ -17,6 +17,6 @@ etc/ppp/firewall-masq.sample
|
||||
etc/ppp/firewall-standalone.sample
|
||||
etc/ppp/pap-secrets.sample
|
||||
etc/ppp/pppoe-server-options.sample
|
||||
@unexec cmp -s %D/etc/ppp/pppoe.conf.sample %D/etc/ppp/pppoe.conf && rm %D/etc/ppp/pppoe.conf
|
||||
etc/ppp/pppoe.conf.sample
|
||||
@unexec rmdir %D/etc/ppp 2>/dev/null || true
|
||||
@unexec echo "If you are permanently removing pppoe, you should also ``rm -Rf ${PKG_PREFIX}/etc/ppp'' removing any configuration and password files left." | /usr/bin/fmt
|
||||
@unexec rmdir %D/etc/ppp 2>/dev/null || echo "If you are permanently removing pppoe, you should also ``rm -Rf ${PKG_PREFIX}/etc/ppp'' removing any configuration and password files left." | /usr/bin/fmt
|
||||
|
Loading…
Reference in New Issue
Block a user