Thu, 04 Oct 2012 20:24:28 +0200
Update to new vendor version and correct context handling in voicemail.
Context correction is needed to enable leaving a voicemail at the
VoicemailMain prompt (press 5) when not specifying a 'default' context
in the voicemail configuration.
michael@572 | 1 | |
michael@572 | 2 | PREFIX = @l_prefix@ |
michael@572 | 3 | LIBDIR = $(PREFIX)/lib/cracklib |
michael@572 | 4 | DICTDIR = $(PREFIX)/share/cracklib |
michael@572 | 5 | FORMAT = $(PREFIX)/sbin/cracklib-format |
michael@572 | 6 | PACKER = $(PREFIX)/sbin/cracklib-packer |
michael@572 | 7 | |
michael@572 | 8 | all: |
michael@572 | 9 | $(FORMAT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict |
michael@572 | 10 |