freeside/FS/FS/part_export www_shellcommands.pm,1.4.4.6,1.4.4.7

ivan ivan at pouncequick.420.am
Thu Apr 1 06:50:52 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv31222

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	www_shellcommands.pm 
Log Message:
fix paths to ispman commands

Index: www_shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/www_shellcommands.pm,v
retrieving revision 1.4.4.6
retrieving revision 1.4.4.7
diff -u -d -r1.4.4.6 -r1.4.4.7
--- www_shellcommands.pm	25 Mar 2004 11:02:32 -0000	1.4.4.6
+++ www_shellcommands.pm	1 Apr 2004 14:50:45 -0000	1.4.4.7
@@ -39,8 +39,8 @@
   <LI>
     <INPUT TYPE="button" VALUE="ISPMan CLI" onClick='
       this.form.user.value = "root";
-      this.form.useradd.value = "/usr/local/ispman/ispman.addvhost -d $domain $zone";
-      this.form.userdel.value = "/usr/local/ispman/idpman.deletevhost -d $domain $zone";
+      this.form.useradd.value = "/usr/local/ispman/bin/ispman.addvhost -d $domain $zone";
+      this.form.userdel.value = "/usr/local/ispman/bin/ispman.deletevhost -d $domain $zone";
       this.form.usermod.value = "";
     '>
 </UL>




More information about the freeside-commits mailing list