1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix typo in FIREBIRD logic

- Remove unnecessary pkg-deinstall.in message
- Remove duplicate plist entry
This commit is contained in:
Ryan Steinmetz 2012-12-15 13:43:44 +00:00
parent 02dd326734
commit e6ae8f79c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308944
3 changed files with 1 additions and 34 deletions

View File

@ -171,7 +171,7 @@ PLIST_SUB+= FIREBIRD="@comment "
.endif .endif
# Firebird module is still experimental # Firebird module is still experimental
.if ${PORT_OPTIONS:MFIREBIRD} && empty(${PORT_OPTIONS:MEXPERIMENTAL} .if ${PORT_OPTIONS:MFIREBIRD} && empty(PORT_OPTIONS:MEXPERIMENTAL)
EXPM= yes EXPM= yes
.endif .endif

View File

@ -1,32 +0,0 @@
#!/bin/sh
# $FreeBSD$
if [ %%RUN_AS_USER%% != "yes" ]; then exit 0; fi
case $2 in
POST-DEINSTALL)
cat <<EOMSG
If you are not upgrading and don't intend to use
FreeRADIUS any more then you may wish to delete
the %%RADIUS_GROUP%% group, which can be done with the
following command:
# pw groupdel %%RADIUS_GROUP%%
You may also wish to delete the %%RADIUS_USER%% user,
which can be done with the following command:
# pw userdel %%RADIUS_USER%%
EOMSG
;;
esac
# Emacs variables
# Local Variables:
# mode: sh
# sh-basic-offset: 4
# sh-indent-comment: nil
# End:

View File

@ -826,7 +826,6 @@ include/freeradius/vqp.h
@dirrmtry share/examples/freeradius @dirrmtry share/examples/freeradius
@dirrmtry share/doc/freeradius/rfc @dirrmtry share/doc/freeradius/rfc
@dirrmtry share/doc/freeradius @dirrmtry share/doc/freeradius
@dirrmtry %%LIBDIR%%
@exec if [ ! -d /var/log/radacct ]; then mkdir -p /var/log/radacct; chmod -R go= /var/log/radacct; fi @exec if [ ! -d /var/log/radacct ]; then mkdir -p /var/log/radacct; chmod -R go= /var/log/radacct; fi
@exec for i in /var/log/radius.log /var/log/radutmp /var/log/radwtmp; do if [ ! -f ${i} ]; then touch ${i}; chmod go= ${i}; fi; done @exec for i in /var/log/radius.log /var/log/radutmp /var/log/radwtmp; do if [ ! -f ${i} ]; then touch ${i}; chmod go= ${i}; fi; done
@exec mkdir -p /var/run/radiusd @exec mkdir -p /var/run/radiusd