Skip to content

Commit

Permalink
Rename samsdaemon to sams2daemon in source. Close issue 564
Browse files Browse the repository at this point in the history
  • Loading branch information
blaze-revolt committed Sep 14, 2011
1 parent b1b3f54 commit 9a98f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/samsdaemon.cpp
Expand Up @@ -58,10 +58,10 @@ void usage ()
{
cout << endl;
cout << "NAME" << endl;
cout << " samsdaemon - periodicaly parse squid log file and process user commands." << endl;
cout << " sams2daemon - periodicaly parse squid log file and process user commands." << endl;
cout << endl;
cout << "SYNOPSIS" << endl;
cout << " samsdaemon [COMMAND] [OPTION]..." << endl;
cout << " sams2daemon [COMMAND] [OPTION]..." << endl;
cout << endl;
cout << "COMMANDS" << endl;
cout << " -s, --stop" << endl;
Expand Down Expand Up @@ -428,7 +428,7 @@ int main (int argc, char *argv[])

ProcessManager process;

if (!process.start ("samsdaemon"))
if (!process.start ("sams2daemon"))
{
delete conn;
exit (1);
Expand Down

0 comments on commit 9a98f59

Please sign in to comment.