mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
use ether-wake (from busybox) instead of etherwake -> http://www.dbox2world.net/index.php?page=Thread&postID=130279#post130279
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1478 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48878b63fc
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-05-16 (Mon, 16 May 2011)
Origin message was:
------------------
- use ether-wake (from busybox) instead of etherwake -> http://www.dbox2world.net/index.php?page=Thread&postID=130279#post130279
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1478 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3561,11 +3561,11 @@ int CDirMenu::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
{
|
||||
if(dirState[number] == DIR_STATE_SERVER_DOWN)
|
||||
{
|
||||
std::string command = "etherwake ";
|
||||
std::string command = "ether-wake ";
|
||||
command += g_settings.network_nfs_mac[dirNfsMountNr[number]];
|
||||
printf("try to start server: %s\n",command.c_str());
|
||||
if(system(command.c_str()) != 0)
|
||||
perror("etherwake failed");
|
||||
perror("ether-wake failed");
|
||||
|
||||
dirOptionText[number]="STARTE SERVER";
|
||||
}
|
||||
|
Reference in New Issue
Block a user