Home | History | Annotate | Line # | Download | only in larn
bill.c revision 1.6
      1  1.6  christos /*	$NetBSD: bill.c,v 1.6 2001/02/05 00:57:32 christos Exp $	 */
      2  1.3       cgd 
      3  1.3       cgd /*-
      4  1.3       cgd  * Copyright (c) 1991 The Regents of the University of California.
      5  1.3       cgd  * All rights reserved.
      6  1.3       cgd  *
      7  1.3       cgd  * Redistribution and use in source and binary forms, with or without
      8  1.3       cgd  * modification, are permitted provided that the following conditions
      9  1.3       cgd  * are met:
     10  1.3       cgd  * 1. Redistributions of source code must retain the above copyright
     11  1.3       cgd  *    notice, this list of conditions and the following disclaimer.
     12  1.3       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     13  1.3       cgd  *    notice, this list of conditions and the following disclaimer in the
     14  1.3       cgd  *    documentation and/or other materials provided with the distribution.
     15  1.3       cgd  * 3. All advertising materials mentioning features or use of this software
     16  1.3       cgd  *    must display the following acknowledgement:
     17  1.3       cgd  *	This product includes software developed by the University of
     18  1.3       cgd  *	California, Berkeley and its contributors.
     19  1.3       cgd  * 4. Neither the name of the University nor the names of its contributors
     20  1.3       cgd  *    may be used to endorse or promote products derived from this software
     21  1.3       cgd  *    without specific prior written permission.
     22  1.3       cgd  *
     23  1.3       cgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     24  1.3       cgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     25  1.3       cgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     26  1.3       cgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     27  1.3       cgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     28  1.3       cgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     29  1.3       cgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30  1.3       cgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     31  1.3       cgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     32  1.3       cgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     33  1.3       cgd  * SUCH DAMAGE.
     34  1.3       cgd  */
     35  1.3       cgd 
     36  1.5  christos #include <sys/cdefs.h>
     37  1.2   mycroft #ifndef lint
     38  1.3       cgd #if 0
     39  1.3       cgd static char sccsid[] = "@(#)bill.c	5.2 (Berkeley) 5/28/91";
     40  1.3       cgd #else
     41  1.6  christos __RCSID("$NetBSD: bill.c,v 1.6 2001/02/05 00:57:32 christos Exp $");
     42  1.3       cgd #endif
     43  1.2   mycroft #endif /* not lint */
     44  1.2   mycroft 
     45  1.3       cgd #include <sys/file.h>
     46  1.3       cgd #include <sys/wait.h>
     47  1.6  christos #include <stdio.h>
     48  1.3       cgd #include <string.h>
     49  1.3       cgd #include <stdlib.h>
     50  1.3       cgd #include <unistd.h>
     51  1.1       cgd #include "header.h"
     52  1.5  christos #include "extern.h"
     53  1.3       cgd 
     54  1.3       cgd /* bill.c		 Larn is copyrighted 1986 by Noah Morgan. */
     55  1.3       cgd 
     56  1.3       cgd char *mail[] = {
     57  1.3       cgd 	"From: the LRS (Larn Revenue Service)\n",
     58  1.3       cgd 	"~s undeclared income\n",
     59  1.3       cgd 	"\n   We have heard you survived the caverns of Larn.  Let me be the",
     60  1.3       cgd 	"\nfirst to congratulate you on your success.  It was quite a feat.",
     61  1.3       cgd 	"\nIt was also very profitable for you...",
     62  1.3       cgd 	"\n\n   The Dungeon Master has informed us that you brought",
     63  1.3       cgd 	"1",
     64  1.3       cgd 	"\ncounty of Larn is in dire need of funds, we have spared no time",
     65  1.3       cgd 	"2",
     66  1.3       cgd 	"\nof this notice, and is due within 5 days.  Failure to pay will",
     67  1.3       cgd 	"\nmean penalties.  Once again, congratulations, We look forward",
     68  1.3       cgd 	"\nto your future successful expeditions.\n",
     69  1.3       cgd 	NULL,
     70  1.3       cgd 	"From: His Majesty King Wilfred of Larndom\n",
     71  1.3       cgd 	"~s a noble deed\n",
     72  1.3       cgd 	"\n   I have heard of your magnificent feat, and I, King Wilfred,",
     73  1.3       cgd 	"\nforthwith declare today to be a national holiday.  Furthermore,",
     74  1.3       cgd 	"\nhence three days, ye be invited to the castle to receive the",
     75  1.3       cgd 	"\nhonour of Knight of the realm.  Upon thy name shall it be written...",
     76  1.3       cgd 	"\n\nBravery and courage be yours.",
     77  1.3       cgd 	"\n\nMay you live in happiness forevermore...\n",
     78  1.3       cgd 	NULL,
     79  1.3       cgd 	"From: Count Endelford\n",
     80  1.3       cgd 	"~s You Bastard!\n",
     81  1.3       cgd 	"\n   I have heard (from sources) of your journey.  Congratulations!",
     82  1.3       cgd 	"\nYou Bastard!  With several attempts I have yet to endure the",
     83  1.3       cgd 	" caves,\nand you, a nobody, makes the journey!  From this time",
     84  1.3       cgd 	" onward, bewarned\nupon our meeting you shall pay the price!\n",
     85  1.3       cgd 	NULL,
     86  1.3       cgd 	"From: Mainair, Duke of Larnty\n",
     87  1.3       cgd 	"~s High Praise\n",
     88  1.3       cgd 	"\n   With certainty, a hero I declare to be amongst us!  A nod of",
     89  1.3       cgd 	"\nfavour I send to thee.  Me thinks Count Endelford this day of",
     90  1.3       cgd 	"\nright breath'eth fire as of dragon of whom ye are slayer.  I",
     91  1.3       cgd 	"\nyearn to behold his anger and jealously.  Should ye choose to",
     92  1.3       cgd 	"\nunleash some of thy wealth upon those who be unfortunate, I,",
     93  1.3       cgd 	"\nDuke Mainair, shall equal thy gift also.\n",
     94  1.3       cgd 	NULL,
     95  1.3       cgd 	"From: St. Mary's Children's Home\n",
     96  1.3       cgd 	"~s these poor children\n",
     97  1.3       cgd 	"\n   News of your great conquests has spread to all of Larndom.",
     98  1.3       cgd 	"\nMight I have a moment of a great adventurers's time?  We here at",
     99  1.3       cgd 	"\nSt. Mary's Children's Home are very poor, and many children are",
    100  1.3       cgd 	"\nstarving.  Disease is widespread and very often fatal without",
    101  1.3       cgd 	"\ngood food.  Could you possibly find it in your heart to help us",
    102  1.3       cgd 	"\nin our plight?  Whatever you could give will help much.",
    103  1.3       cgd 	"\n(your gift is tax deductible)\n",
    104  1.3       cgd 	NULL,
    105  1.3       cgd 	"From: The National Cancer Society of Larn\n",
    106  1.3       cgd 	"~s hope\n",
    107  1.3       cgd 	"\nCongratulations on your successful expedition.  We are sure much",
    108  1.3       cgd 	"\ncourage and determination were needed on your quest.  There are",
    109  1.3       cgd 	"\nmany though, that could never hope to undertake such a journey",
    110  1.3       cgd 	"\ndue to an enfeebling disease -- cancer.  We at the National",
    111  1.3       cgd 	"\nCancer Society of Larn wish to appeal to your philanthropy in",
    112  1.3       cgd 	"\norder to save many good people -- possibly even yourself a few",
    113  1.3       cgd 	"\nyears from now.  Much work needs to be done in researching this",
    114  1.3       cgd 	"\ndreaded disease, and you can help today.  Could you please see it",
    115  1.3       cgd 	"\nin your heart to give generously?  Your continued good health",
    116  1.3       cgd 	"\ncan be your everlasting reward.\n",
    117  1.3       cgd 	NULL
    118  1.3       cgd };
    119  1.1       cgd 
    120  1.1       cgd /*
    121  1.5  christos  * function to mail the letters to the player if a winner
    122  1.1       cgd  */
    123  1.3       cgd 
    124  1.3       cgd void
    125  1.1       cgd mailbill()
    126  1.3       cgd {
    127  1.5  christos 	int    i;
    128  1.5  christos 	char   fname[32];
    129  1.5  christos 	char   buf[128];
    130  1.3       cgd 	char **cp;
    131  1.5  christos 	int    fd;
    132  1.3       cgd 
    133  1.3       cgd 	wait(0);
    134  1.3       cgd 	if (fork() == 0) {
    135  1.1       cgd 		resetscroll();
    136  1.3       cgd 		cp = mail;
    137  1.6  christos 		snprintf(fname, sizeof(fname), "/tmp/#%dlarnmail", getpid());
    138  1.3       cgd 		for (i = 0; i < 6; i++) {
    139  1.4       mrg 			if ((fd = open(fname, O_WRONLY | O_TRUNC | O_CREAT,
    140  1.5  christos 				       0666)) == -1)
    141  1.3       cgd 				exit(0);
    142  1.3       cgd 			while (*cp != NULL) {
    143  1.3       cgd 				if (*cp[0] == '1') {
    144  1.6  christos 					snprintf(buf, sizeof(buf),
    145  1.6  christos 		"\n%ld gold pieces back with you from your journey.  As the",
    146  1.5  christos 						(long) c[GOLD]);
    147  1.3       cgd 					write(fd, buf, strlen(buf));
    148  1.3       cgd 				} else if (*cp[0] == '2') {
    149  1.6  christos 					snprintf(buf, sizeof(buf),
    150  1.6  christos 		"\nin preparing your tax bill.  You owe %ld gold pieces as",
    151  1.6  christos 					    (long) c[GOLD] * TAXRATE);
    152  1.3       cgd 					write(fd, buf, strlen(buf));
    153  1.3       cgd 				} else
    154  1.3       cgd 					write(fd, *cp, strlen(*cp));
    155  1.3       cgd 				cp++;
    156  1.3       cgd 			}
    157  1.3       cgd 			cp++;
    158  1.3       cgd 
    159  1.3       cgd 			close(fd);
    160  1.6  christos 			snprintf(buf, sizeof(buf),
    161  1.6  christos 			    "mail -I %s < %s > /dev/null", loginname, fname);
    162  1.3       cgd 			system(buf);
    163  1.3       cgd 			unlink(fname);
    164  1.1       cgd 		}
    165  1.1       cgd 	}
    166  1.3       cgd 	exit(0);
    167  1.3       cgd }
    168