Changeset 2983

Show
Ignore:
Timestamp:
06/19/05 05:04:01 (4 years ago)
Author:
morris
Message:

Kill some warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/StartupItems/Wired/Wired

    r923 r2983  
    99StartService () 
    1010{ 
    11         if [ -f /usr/local/wired/etc/wired.autostart ]; then 
     11        if [ -f /usr/local/wired/etc/wired.startup ]; then 
    1212                ConsoleMessage "Starting Wired" 
    1313                rm -f /usr/local/wired/wired.pid 
    14                 /usr/local/wired/wiredctl start 
     14                /usr/local/wired/wiredctl start $(cat /usr/local/wired/etc/wired.startup) 
    1515        fi 
    1616} 
     
    2424RestartService () 
    2525{ 
    26         ConsoleMessage "Restarting Wired" 
    27         /usr/local/wired/wiredctl restart 
     26        if [ -f /usr/local/wired/etc/wired.startup ]; then 
     27                ConsoleMessage "Restarting Wired" 
     28                /usr/local/wired/wiredctl restart $(cat /usr/local/wired/etc/wired.startup) 
     29        fi 
    2830} 
    2931 
  • WiredServer/trunk/WCConfigController.m

    r2975 r2983  
    3434#import "WCConfig.h" 
    3535#import "WCConfigController.h" 
     36#import "WCDashboardController.h" 
    3637#import "WCSettings.h" 
    3738#import "WCStatusController.h" 
  • WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj

    r2975 r2983  
    275275                A5A348450729839E00A16E9A /* Wired.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Wired.prefPane; sourceTree = BUILT_PRODUCTS_DIR; }; 
    276276                A5A348A2072984E000A16E9A /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Panel/prefix.pch; sourceTree = "<group>"; }; 
    277                 A5A348C90729858D00A16E9A /* WiredCommon.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WiredCommon.h; sourceTree = "<group>"; }; 
    278277                A5A348FA0729868F00A16E9A /* WCSettings.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCSettings.h; sourceTree = "<group>"; }; 
    279278                A5A348FB0729868F00A16E9A /* WCSettings.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCSettings.m; sourceTree = "<group>"; }; 
     
    405404                        isa = PBXGroup; 
    406405                        children = ( 
    407                                 A5A348C90729858D00A16E9A /* WiredCommon.h */, 
    408406                                A5B094A0073165E300E5B1F7 /* Classes */, 
    409407                                A5B094A1073165EA00E5B1F7 /* Resources */,