[Setup-tool-hackers] PATCH - fix for typo in service.pl



This fixes the &xst_run_backtick to &xst_file_run_backtick, it was
diffed against cvs today.

This is also my first patch so if I screwed up please let me know.

Thanks

Matthew Brichacek


--- backend/service.pl.in	Tue Aug  7 20:26:14 2001
+++ backend/service.pl.in	Thu Aug  9 21:48:21 2001
@@ -119,7 +119,7 @@
 
   # Stolen from RedHat's /etc/rc.d/init.d/functions:status
   # FIXME: portable to other UNIXES?
-  $pid = &xst_run_backtick ("pidof -o %PPID -x $service");
+  $pid = &xst_file_run_backtick ("pidof -o %PPID -x $service");
   chomp $pid;
 
   if ($pid)
--- backend/ChangeLog	Tue Aug  7 20:26:13 2001
+++ backend/ChangeLog	Thu Aug  9 21:44:49 2001
@@ -1,3 +1,7 @@
+2001-08-09  Matthew Brichacek <mbrichacek@customlinuxsolutions.com>
+
+	* service.pl : fixed typo
+
 2001-08-07  Arturo Espinosa Aldama  <arturo@ximian.com>
 
 	* internetsharing-conf.in (xml_parse_dhcp): Support


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]