1E_LPP__MSGS 2 3#if WHO_AM_I == I_AM_LP || WHO_AM_I == I_AM_OZ 4#define E_LPP_BADDEST E_LP_BADDEST 5 6E_LPP_ILLARG 7 "Illegal file arguments with change request." 8 "To change which files should be printed,\ncancel this request and resubmit it." 9E_LPP_NOSTART 10 "End change received, but no start." 11 "Internal error, report to administrator." 12E_LPP_FPUTREQ 13 "Could not write request." 14 "" 15E_LPP_FGETREQ 16 "Could not read request \"%s\"." 17 "Check argument to -i option." 18E_LPP_NODEST 19 "No default destination." 20 "You must identify which printer should\nhandle your request by naming it or a\nclass of printers (-d name) or by naming\na type of printer (-T type)." 21E_LPP_NOMEDIA 22 "Form or character set not available." 23 "Check the spelling of the form/character\nset name. Use the lpstat -f -S command\nto list all known forms and character\nsets." 24E_LPP_DENYMEDIA 25 "You are not allowed to use the form\n\"%s\"." 26 "Use the lpstat -f command to list all\nknown forms; you can use those marked\n\"available\"." 27E_LPP_NOMOUNT 28 "The form or print wheel can't be used." 29 "The printer(s) that otherwise qualify\nfor printing your request are not\nallowed to have the form or print wheel\nmounted. Use the lpstat -p -l command\nto list printers where it (they) can be\nmounted." 30E_LPP_COMBMW 31 "Illegal combination of -w and -m options." 32 "Notification will be by mail only;\nthe \"-w\" option is ignored." 33E_LPP_NOOPEN 34 "The LP print service could not read your request\nfile." 35 "See if the spooling file system is full.\nGet help from your system administrator." 36E_LPP_FORMCHARSET 37 "The character set can't be used with the form." 38 "Since the form is defined as needing a\nparticular character set, just resubmit\nthe command without the -S option." 39E_LPP_CURDIR 40 "Can't determine the current directory." 41 "The LP print service can not determine\nwhere all your files are located because\nit doesn't have the same current\ndirectory. Give the -c option to copy\nthe file(s)." 42E_LPP_ODDFILE 43 "One or more files can't be used or found." 44 "Either the files are illegal (fifos,\nblock devices, etc.), or can't be found\nby the LP print service. The latter\ntypically happens when your files are on\nlocal resources not accessible over RFS." 45 46#endif 47 48/** 49 ** MESSAGES FOR THE LPSHUT PROGRAM 50 **/ 51 52/* DON'T TOUCH THE NEXT LINE */ 53