[Lunar-commits] r17114 - in moonbase/trunk/mail: . vacation
Florin Braescu
florin at lunar-linux.org
Sun Oct 30 15:59:36 UTC 2005
Author: florin
Date: 2005-10-30 15:59:36 +0000 (Sun, 30 Oct 2005)
New Revision: 17114
Added:
moonbase/trunk/mail/vacation/
moonbase/trunk/mail/vacation/BUILD
moonbase/trunk/mail/vacation/CONFLICTS
moonbase/trunk/mail/vacation/DETAILS
Log:
move it from utils to mail dir.
Added: moonbase/trunk/mail/vacation/BUILD
===================================================================
--- moonbase/trunk/mail/vacation/BUILD 2005-10-30 15:57:05 UTC (rev 17113)
+++ moonbase/trunk/mail/vacation/BUILD 2005-10-30 15:59:36 UTC (rev 17114)
@@ -0,0 +1,9 @@
+(
+
+ make &&
+ prepare_install &&
+ mkdir -p /usr/share/man/man1 &&
+ install -m0755 vacation /usr/bin/ &&
+ install -m0644 vacation.1 /usr/share/man/man1/
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/mail/vacation/CONFLICTS
===================================================================
--- moonbase/trunk/mail/vacation/CONFLICTS 2005-10-30 15:57:05 UTC (rev 17113)
+++ moonbase/trunk/mail/vacation/CONFLICTS 2005-10-30 15:59:36 UTC (rev 17114)
@@ -0,0 +1,2 @@
+# sendmail has it's own vacation program
+conflicts sendmail
Added: moonbase/trunk/mail/vacation/DETAILS
===================================================================
--- moonbase/trunk/mail/vacation/DETAILS 2005-10-30 15:57:05 UTC (rev 17113)
+++ moonbase/trunk/mail/vacation/DETAILS 2005-10-30 15:59:36 UTC (rev 17114)
@@ -0,0 +1,12 @@
+ MODULE=vacation
+ VERSION=3.3.0
+ SOURCE=${MODULE}_$VERSION.tar.gz
+ SOURCE_URL=http://www.linux.it/~md/software/
+ SOURCE_VFY=sha1:286f433b98ff6629b5f38612e2dcd5e405963f7d
+ WEB_SITE=http://www.linux.it/~md/software/
+ ENTERED=20041003
+ UPDATED=20041003
+ SHORT="A replacement vacation program"
+cat << EOF
+Tells people you are /away when they send you e-mail.
+EOF
More information about the Lunar-commits
mailing list