1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/chpasswd/pkg-plist
Guido Falsi 0ac4e4358d - Fix build with clang.
- Modify port to not register configuration file in plist.
- Add note in UPDATING to save the configuration file before this update.
- Bump PORTVERSION.

PR:		ports/166638
Approved by:	crees (mentor)
2012-04-18 12:04:00 +00:00

8 lines
355 B
Plaintext

@unexec if cmp -s %D/etc/chpasswd/chpasswd.conf.sample %D/etc/chpasswd/chpasswd.conf; then rm -f %D/etc/chpasswd/chpasswd.conf; fi
etc/chpasswd/chpasswd.conf.sample
@exec if [ ! -f %D/etc/chpasswd/chpasswd.conf ] ; then cp -p %D/%F %B/chpasswd/chpasswd.conf; fi
etc/chpasswd/chpasswd.log
www/cgi-bin/chpasswd.cgi
@dirrm etc/chpasswd
@dirrmtry www/cgi-bin