Changeset 8514 for lang/perl/Punc
- Timestamp:
- 03/30/08 21:38:34 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Punc/trunk/lib/Punc/Server/Module/Service/RedHat.pm
r8512 r8514 18 18 my ( $self, $service, $command ) = @_; 19 19 if ( -f "/etc/init.d/$service" ) { 20 `/sbin/service $service status`;20 `/sbin/service $service $command`; 21 21 return $?; 22 22 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)