HomeSort by: relevance | last modified time | path
    Searched refs:SUBMITTER (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/send-pr/dist/send-pr/
install-sid.sh 2 # Drop in the SUBMITTER id into a site's installed send-pr script.
24 USAGE="Usage: $COMMAND [--install-dir=prefix] [--help] [--version] submitter-id"
30 SUBMITTER=
45 *) SUBMITTER=$1 ;;
66 sed -e "s/^SUBMITTER=.*/SUBMITTER=${SUBMITTER}/" $SPPATH > $TEMP
68 if grep $SUBMITTER $TEMP > /dev/null; then
76 echo "$COMMAND: something went wrong when sed-ing the submitter into send-pr" >&2
80 echo "$COMMAND: \`$SUBMITTER' is now the default submitter ID for send-pr
    [all...]
configure 451 SUBMITTER=unknown
516 eval `grep '^SUBMITTER=' ${SEND_PR}`
533 echo " setting SUBMITTER to $SUBMITTER"
659 s%@SUBMITTER@%$SUBMITTER%g
send-pr.sh 26 # The submitter-id for your site.
27 SUBMITTER=xSUBMITTERx
212 if [ "$SUBMITTER" = "unknown" -a -z "$REQUEST_ID" -a -z "$IN_FILE" ]; then
214 It seems that send-pr is not installed with your unique submitter-id.
221 `>Submitter-Id'. If you've downloaded `send-pr' from the Net, use `net'
359 >Submitter-Id: $SUBMITTER
  /src/external/gpl2/send-pr/bin/
Makefile 34 # The submitter-id for your site.
35 SUBMITTER = net
64 -e 's,xSUBMITTERx,$(SUBMITTER),' \
87 -e 's,xSUBMITTERx,$(SUBMITTER),' \
  /src/external/gpl2/xcvs/dist/src/
cvsbug.in 23 # The submitter-id for your site.
24 SUBMITTER=net
205 if [ "$SUBMITTER" = "unknown" -a -z "$REQUEST_ID" -a -z "$IN_FILE" ]; then
207 It seems that send-pr is not installed with your unique submitter-id.
214 `>Submitter-Id'. If you've downloaded `send-pr' from the Net, use `net'
337 >Submitter-Id: $SUBMITTER

Completed in 34 milliseconds