[Fedora-directory-commits] dsgw/orgbin myorg.in, 1.1, 1.2 org.in, 1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Jan 28 21:22:50 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/orgbin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24762/dsgw/orgbin

Modified Files:
	myorg.in org.in 
Log Message:
get phonebook and orgchart working; use memmove instead of overlapping strcpy; fix memory error in dsgw_dn_parent


Index: myorg.in
===================================================================
RCS file: /cvs/dirsec/dsgw/orgbin/myorg.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- myorg.in	11 Jan 2008 21:58:10 -0000	1.1
+++ myorg.in	28 Jan 2008 21:22:48 -0000	1.2
@@ -42,8 +42,7 @@
 #set ts=4
 
 $|=1;
-print "Content-type: te at orguri@;charset=UTF-8\n\n";
-#print "Content-type: te at orguri@\n\n";
+print "Content-type: text/html;charset=UTF-8\n\n";
 
 #
 #  Read orgchart.conf settings for MyOrgChart-specific items
@@ -66,7 +65,7 @@
 
 &print_body(); 
 
-print @orguri@>";
+print "</html>";
 
 exit(0);
 


Index: org.in
===================================================================
RCS file: /cvs/dirsec/dsgw/orgbin/org.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- org.in	11 Jan 2008 21:58:10 -0000	1.1
+++ org.in	28 Jan 2008 21:22:48 -0000	1.2
@@ -2027,7 +2027,7 @@
 
 	if ( $js_output ne "with-javascript" )
 	{
-		print "     <LINK REL=stylesheet TYPE=\"text/css\" HREF=\"../html/styles.css\">\n";
+		print "     <LINK REL=stylesheet TYPE=\"text/css\" HREF=\"@orguri@/styles.css\">\n";
 	}
 	if ( $js_output eq "with-javascript" )
 	{




More information about the Fedora-directory-commits mailing list