Lines Matching refs:script

65  * Things the class action script can't do. Don't get the impression that
66 * this means the class action script can be interactive; but, it can
72 /* Things the request script can't do. */
74 /* Things the checkinstall script can't do. */
80 #define WRN_INST_F "WARNING: script <%s> uses installf but no " \
82 #define WRN_REM_F "WARNING: script <%s> uses removef but no " \
84 #define WRN_INTERACT "WARNING: script <%s> may require " \
86 #define WRN_LOCKED "WARNING: script <%s> may seek access to the " \
89 "postremove script."
90 #define WRN_ROOT "WARNING: script <%s> may not have permission " \
92 #define WRN_FORM_ARG "WARNING: not sure where script <%s> gets the "\
94 #define WRN_FORM_USE "WARNING: script <%s> questionable usage of "\
96 #define WRN_TRANSDB "WARNING: script <%s> questionable read " \
99 #define WRN_SPACEACC "WARNING: script <%s> updates the package database " \
102 #define ERR_INTERACT "ERROR: script <%s> requires user " \
104 #define ERR_LOCKED "ERROR: script <%s> attempts to modify locked " \
106 #define ERR_ROOT "ERROR: script <%s> requires root permission at " \
108 #define ERR_FOPEN "ERROR: Cannot evaluate script <%s>, errno=%d."
109 #define ERR_ARGS "ERROR: scripteval() - no script provided for " \
149 * 3. writes to $1 (request script)
199 /* In the single quotes is OK if they aren't associated with an awk script. */
222 * Check for use of parameters passed to the script.
226 * Within a function or an awk script, these parameters aren't
526 /* There's no question that use of a pkgadd or pkgrm in a script is bound to cause problems unless it is to a different root. */
619 * This function evaluates the provided script and returns a bit string
645 printf("Opened script\n");
667 * appropriate to this script.
723 /* Test a preinstall or preremove script for validity. */
730 /* Test a class action script for validity. */
737 /* Test a postinstall or postremove script for validity. */
744 /* Test a class action script for validity. */
752 /* Test a class action script for validity. */