ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/myhttpd/netgeo.pl
(Generate patch)

Comparing Coro/myhttpd/netgeo.pl (file contents):
Revision 1.11 by root, Tue Sep 10 04:34:04 2002 UTC vs.
Revision 1.12 by root, Tue Sep 10 04:37:44 2002 UTC

183 s/^admin-c:\s+/*ac: /gm; 183 s/^admin-c:\s+/*ac: /gm;
184 s/^tech-c:\s+/*tc: /gm; 184 s/^tech-c:\s+/*tc: /gm;
185 s/^owner-c:\s+/*oc: /gm; 185 s/^owner-c:\s+/*oc: /gm;
186 s/^country:\s+/*cy: /gm; 186 s/^country:\s+/*cy: /gm;
187 s/^phone:\s+/*ph: /gm; 187 s/^phone:\s+/*ph: /gm;
188 s/^remarks:\s+/*re: /gm; 188 s/^remarks:\s+/*rm: /gm;
189 s/^changed:\s+/*ch: /gm; 189 s/^changed:\s+/*ch: /gm;
190 s/^created:\s+/*cr: /gm; 190 s/^created:\s+/*cr: /gm;
191 s/^address:\s+/*ad: /gm; 191 s/^address:\s+/*ad: /gm;
192 s/^status:\s+/*st: /gm; 192 s/^status:\s+/*st: /gm;
193 s/^inetrev:\s+/*ir: /gm; 193 s/^inetrev:\s+/*ir: /gm;
263 s/^ip-network-block:/*in:/gm; 263 s/^ip-network-block:/*in:/gm;
264 s/^country-code:/*cy:/gm; 264 s/^country-code:/*cy:/gm;
265 s/^tech-contact;i:/*tc:/gm; 265 s/^tech-contact;i:/*tc:/gm;
266 s/^updated:/*ch:/gm; 266 s/^updated:/*ch:/gm;
267 s/^street-address:/*ad:/gm; 267 s/^street-address:/*ad:/gm;
268 s/^org-name:/*re:/gm; 268 s/^org-name:/*rm:/gm;
269 s/^created:/*cr:/gm; 269 s/^created:/*cr:/gm;
270 270
271 $_; 271 $_;
272} 272}
273 273

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines