setperl.html 3.82 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<HTML
><HEAD
><TITLE
>The setperl.csh Utility</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
"><LINK
REL="HOME"
TITLE="The Bugzilla Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Useful Patches and Utilities for Bugzilla"
HREF="patches.html"><LINK
REL="PREVIOUS"
16 17
TITLE="Apache mod_rewrite magic"
HREF="rewrite.html"><LINK
18 19 20 21
REL="NEXT"
TITLE="Command-line Bugzilla Queries"
HREF="cmdline.html"></HEAD
><BODY
22
CLASS="section"
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Bugzilla Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
47
HREF="rewrite.html"
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Appendix D. Useful Patches and Utilities for Bugzilla</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="cmdline.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
69
CLASS="section"
70
><H1
71
CLASS="section"
72
><A
73
NAME="setperl"
74
>D.2. The setperl.csh Utility</A
75 76 77 78 79 80 81 82
></H1
><P
>	 You can use the "setperl.csh" utility to quickly and
      easily change the path to perl on all your Bugzilla files. This
      is a C-shell script; if you do not have "csh" or "tcsh" in the
      search path on your system, it will not work!
    </P
><DIV
83
CLASS="procedure"
84 85 86 87
><OL
TYPE="1"
><LI
><P
88
>&#13;	  Download the "setperl.csh" utility to your Bugzilla
89 90 91 92 93 94 95
	  directory and make it executable.
	</P
><OL
CLASS="SUBSTEPS"
TYPE="a"
><LI
><P
96 97 98 99
>&#13;	      <TT
CLASS="computeroutput"
>&#13;		<TT
CLASS="prompt"
100 101 102
>bash#</TT
>
		<B
103
CLASS="command"
104 105 106 107 108 109 110 111
>cd /your/path/to/bugzilla</B
>
	      </TT
>
	    </P
></LI
><LI
><P
112 113
>&#13;	      <TT
CLASS="computeroutput"
114
> <TT
115
CLASS="prompt"
116 117
>bash#</TT
> <B
118
CLASS="command"
119 120 121 122 123 124 125 126 127
>wget -O
		  setperl.csh
		  'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795'</B
> </TT
>
	    </P
></LI
><LI
><P
128 129
>&#13;	      <TT
CLASS="computeroutput"
130
> <TT
131
CLASS="prompt"
132 133
>bash#</TT
> <B
134
CLASS="command"
135 136 137 138 139 140 141 142 143 144
>chmod
		  u+x setperl.csh</B
> </TT
>
	    </P
></LI
></OL
></LI
><LI
><P
145
>&#13;	  Prepare (and fix) Bugzilla file permissions.
146 147 148 149 150 151
	</P
><OL
CLASS="SUBSTEPS"
TYPE="a"
><LI
><P
152 153 154 155
>&#13;	      <TT
CLASS="computeroutput"
>&#13;		<TT
CLASS="prompt"
156 157 158
>bash#</TT
>
		<B
159
CLASS="command"
160 161 162 163 164 165 166 167
>chmod u+w *</B
>
	      </TT
>
	    </P
></LI
><LI
><P
168 169
>&#13;	      <TT
CLASS="computeroutput"
170
> <TT
171
CLASS="prompt"
172 173
>bash#</TT
> <B
174
CLASS="command"
175 176 177 178 179 180 181 182
>chmod
		  u+x duplicates.cgi</B
> </TT
>
	    </P
></LI
><LI
><P
183 184 185 186
>&#13;	      <TT
CLASS="computeroutput"
>&#13;		<TT
CLASS="prompt"
187 188 189
>bash#</TT
>
		<B
190
CLASS="command"
191 192 193 194 195 196 197 198 199 200
>chmod a-x bug_status.html</B
>
	      </TT
>
	    </P
></LI
></OL
></LI
><LI
><P
201
>&#13;	  Run the script:
202 203
	</P
><P
204 205
>&#13;	  <TT
CLASS="computeroutput"
206
> <TT
207
CLASS="prompt"
208 209 210
>bash#</TT
>
	    <B
211
CLASS="command"
212 213 214 215 216
>./setperl.csh /your/path/to/perl</B
>
	  </TT
>
<DIV
217
CLASS="example"
218
><A
219
NAME="AEN2448"
220 221 222 223 224 225
></A
><P
><B
>Example D-1. Using Setperl to set your perl path</B
></P
><P
226 227
>&#13;	      <TT
CLASS="computeroutput"
228
> <TT
229
CLASS="prompt"
230 231 232
>bash#</TT
>
		<B
233
CLASS="command"
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
>./setperl.csh /usr/bin/perl</B
>
	      </TT
>
            </P
></DIV
>
	</P
></LI
></OL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
261
HREF="rewrite.html"
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="cmdline.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
286
>Apache <TT
287
CLASS="filename"
288 289
>mod_rewrite</TT
> magic</TD
290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="patches.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Command-line Bugzilla Queries</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>