From ade1e035e37276db253d3a827b9f7ca672c0e663 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 28 Jun 2010 13:50:19 -0400 Subject: Formula for cracklib-words Signed-off-by: Adam Vandenberg --- Library/Formula/cracklib-words.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/cracklib-words.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cracklib-words.rb b/Library/Formula/cracklib-words.rb new file mode 100644 index 000000000..042ecfa9b --- /dev/null +++ b/Library/Formula/cracklib-words.rb @@ -0,0 +1,19 @@ +require 'formula' + +class CracklibWords "cracklib-words" + system "/bin/sh", "-c", "cracklib-packer < #{share}/cracklib-words" + end +end -- cgit v1.2.3