Changeset 2998

Show
Ignore:
Timestamp:
06/21/05 15:44:55 (3 years ago)
Author:
morris
Message:

Rename target

Files:

Legend:

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

    r2983 r2998  
    99StartService () 
    1010{ 
    11         if [ -f /usr/local/wired/etc/wired.startup ]; then 
     11        if [ -f /Library/Wired/etc/wired.startup ]; then 
    1212                ConsoleMessage "Starting Wired" 
    13                 rm -f /usr/local/wired/wired.pid 
    14                 /usr/local/wired/wiredctl start $(cat /usr/local/wired/etc/wired.startup) 
     13                rm -f /Library/Wired/wired.pid 
     14                /Library/Wired/wiredctl start $(cat /Library/Wired/etc/wired.startup) 
    1515        fi 
    1616} 
     
    1919{ 
    2020        ConsoleMessage "Stopping Wired" 
    21         /usr/local/wired/wiredctl stop 
     21        /Library/Wired/wiredctl stop 
    2222} 
    2323 
    2424RestartService () 
    2525{ 
    26         if [ -f /usr/local/wired/etc/wired.startup ]; then 
     26        if [ -f /Library/Wired/etc/wired.startup ]; then 
    2727                ConsoleMessage "Restarting Wired" 
    28                 /usr/local/wired/wiredctl restart $(cat /usr/local/wired/etc/wired.startup) 
     28                /Library/Wired/wiredctl restart $(cat /Library/Wired/etc/wired.startup) 
    2929        fi 
    3030} 
  • WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj

    r2997 r2998  
    181181                        containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 
    182182                        proxyType = 1; 
    183                         remoteGlobalIDString = 8D202CE80486D31800D8A456 /* Wired Panel */; 
    184                         remoteInfo = "Wired Panel"; 
     183                        remoteGlobalIDString = 8D202CE80486D31800D8A456 /* Wired Preference Pane */; 
     184                        remoteInfo = "Wired Preference Pane"; 
    185185                }; 
    186186                A50335570864C22200CE6911 /* PBXContainerItemProxy */ = { 
     
    203203                        proxyType = 1; 
    204204                        remoteGlobalIDString = 8D202CE80486D31800D8A456; 
    205                         remoteInfo = "Wired Panel"; 
     205                        remoteInfo = "Wired Preference Pane"; 
    206206                }; 
    207207                A5BE6D240864B62000DA5C89 /* PBXContainerItemProxy */ = { 
     
    263263                089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; 
    264264                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
    265                 778C0235072F900E00F29BC7 /* Plus.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Plus.tiff; path = Panel/Plus.tiff; sourceTree = "<group>"; }; 
    266                 778C0236072F900E00F29BC7 /* Minus.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Minus.tiff; path = Panel/Minus.tiff; sourceTree = "<group>"; }; 
     265                778C0235072F900E00F29BC7 /* Plus.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Plus.tiff; path = PreferencePane/Plus.tiff; sourceTree = "<group>"; }; 
     266                778C0236072F900E00F29BC7 /* Minus.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Minus.tiff; path = PreferencePane/Minus.tiff; sourceTree = "<group>"; }; 
    267267                778C04390730DC8200F29BC7 /* WCLogController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCLogController.h; sourceTree = "<group>"; }; 
    268268                778C043A0730DC8200F29BC7 /* WCLogController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCLogController.m; sourceTree = "<group>"; }; 
     
    273273                778C04740730F89500F29BC7 /* WCStatusController.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCStatusController.m; sourceTree = "<group>"; }; 
    274274                778C04750730F89500F29BC7 /* WCStatusController.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCStatusController.h; sourceTree = "<group>"; }; 
    275                 77C6D5B8072CF3BA008F6164 /* Group.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Group.tiff; path = Panel/Group.tiff; sourceTree = "<group>"; }; 
    276                 77C6D5B9072CF3BA008F6164 /* User.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = User.tiff; path = Panel/User.tiff; sourceTree = "<group>"; }; 
     275                77C6D5B8072CF3BA008F6164 /* Group.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Group.tiff; path = PreferencePane/Group.tiff; sourceTree = "<group>"; }; 
     276                77C6D5B9072CF3BA008F6164 /* User.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = User.tiff; path = PreferencePane/User.tiff; sourceTree = "<group>"; }; 
    277277                A503353B0864C0DE00CE6911 /* Wired */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = Wired; path = StartupItems/Wired/Wired; sourceTree = "<group>"; }; 
    278278                A503353C0864C0DE00CE6911 /* StartupParameters.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.plist; name = StartupParameters.plist; path = StartupItems/Wired/StartupParameters.plist; sourceTree = "<group>"; }; 
     
    292292                A5992C560729980600E67617 /* WCAuthorization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCAuthorization.h; sourceTree = "<group>"; }; 
    293293                A5992C570729980600E67617 /* WCAuthorization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCAuthorization.m; sourceTree = "<group>"; }; 
    294                 A5992ED0072A795D00E67617 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Panel/English.lproj/Localizable.strings; sourceTree = "<group>"; }; 
    295                 A5992EE4072A7A0C00E67617 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Panel/English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 
     294                A5992ED0072A795D00E67617 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = PreferencePane/English.lproj/Localizable.strings; sourceTree = "<group>"; }; 
     295                A5992EE4072A7A0C00E67617 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = PreferencePane/English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 
    296296                A5993092072AAF1300E67617 /* WCAccounts.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCAccounts.h; sourceTree = "<group>"; }; 
    297297                A5993093072AAF1300E67617 /* WCAccounts.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCAccounts.m; sourceTree = "<group>"; }; 
    298298                A5A348450729839E00A16E9A /* Wired.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Wired.prefPane; sourceTree = BUILT_PRODUCTS_DIR; }; 
    299                 A5A348A2072984E000A16E9A /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Panel/prefix.pch; sourceTree = "<group>"; }; 
     299                A5A348A2072984E000A16E9A /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = PreferencePane/prefix.pch; sourceTree = "<group>"; }; 
    300300                A5A348FA0729868F00A16E9A /* WCSettings.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WCSettings.h; sourceTree = "<group>"; }; 
    301301                A5A348FB0729868F00A16E9A /* WCSettings.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WCSettings.m; sourceTree = "<group>"; }; 
    302                 A5A3492C07298A0800A16E9A /* WPWired.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = WPWired.m; path = Panel/WPWired.m; sourceTree = "<group>"; }; 
    303                 A5A3492D07298A0800A16E9A /* WPWired.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = WPWired.h; path = Panel/WPWired.h; sourceTree = "<group>"; }; 
    304                 A5A3493707298A1600A16E9A /* Locked.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Locked.tiff; path = Panel/Locked.tiff; sourceTree = "<group>"; }; 
    305                 A5A3493807298A1600A16E9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = Panel/Info.plist; sourceTree = "<group>"; }; 
    306                 A5A3493907298A1600A16E9A /* Error.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Error.tiff; path = Panel/Error.tiff; sourceTree = "<group>"; }; 
    307                 A5A3493A07298A1600A16E9A /* Wired.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Wired.tiff; path = Panel/Wired.tiff; sourceTree = "<group>"; }; 
    308                 A5A3493B07298A1600A16E9A /* Unlocked.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Unlocked.tiff; path = Panel/Unlocked.tiff; sourceTree = "<group>"; }; 
    309                 A5A3493C07298A1600A16E9A /* OK.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = OK.tiff; path = Panel/OK.tiff; sourceTree = "<group>"; }; 
    310                 A5A3494707298A2700A16E9A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Panel/English.lproj/Wired.nib; sourceTree = "<group>"; }; 
     302                A5A3492C07298A0800A16E9A /* WPWired.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = WPWired.m; path = PreferencePane/WPWired.m; sourceTree = "<group>"; }; 
     303                A5A3492D07298A0800A16E9A /* WPWired.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = WPWired.h; path = PreferencePane/WPWired.h; sourceTree = "<group>"; }; 
     304                A5A3493707298A1600A16E9A /* Locked.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Locked.tiff; path = PreferencePane/Locked.tiff; sourceTree = "<group>"; }; 
     305                A5A3493807298A1600A16E9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = PreferencePane/Info.plist; sourceTree = "<group>"; }; 
     306                A5A3493907298A1600A16E9A /* Error.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Error.tiff; path = PreferencePane/Error.tiff; sourceTree = "<group>"; }; 
     307                A5A3493A07298A1600A16E9A /* Wired.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Wired.tiff; path = PreferencePane/Wired.tiff; sourceTree = "<group>"; }; 
     308                A5A3493B07298A1600A16E9A /* Unlocked.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Unlocked.tiff; path = PreferencePane/Unlocked.tiff; sourceTree = "<group>"; }; 
     309                A5A3493C07298A1600A16E9A /* OK.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = OK.tiff; path = PreferencePane/OK.tiff; sourceTree = "<group>"; }; 
     310                A5A3494707298A2700A16E9A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = PreferencePane/English.lproj/Wired.nib; sourceTree = "<group>"; }; 
    311311                A5BE6D1A0864B5FB00DA5C89 /* WiredServer.xcconfig */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xcconfig; path = WiredServer.xcconfig; sourceTree = "<group>"; }; 
    312312                A5BE6D1C0864B62000DA5C89 /* ZankaAdditions.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ZankaAdditions.xcodeproj; path = ../ZankaAdditions/ZankaAdditions.xcodeproj; sourceTree = SOURCE_ROOT; }; 
     
    336336                        isa = PBXGroup; 
    337337                        children = ( 
    338                                 A5A3485D072983EC00A16E9A /* Wired Panel */, 
     338                                A5A3485D072983EC00A16E9A /* Wired Preference Pane */, 
    339339                                A5A3485F072983FC00A16E9A /* Wired Common */, 
    340340                                A50335320864C0C600CE6911 /* Wired Startup Item */, 
     
    413413                        sourceTree = "<group>"; 
    414414                }; 
    415                 A5A3485D072983EC00A16E9A /* Wired Panel */ = { 
     415                A5A3485D072983EC00A16E9A /* Wired Preference Pane */ = { 
    416416                        isa = PBXGroup; 
    417417                        children = ( 
     
    420420                                A5992E90072A75A300E67617 /* Other Sources */, 
    421421                        ); 
    422                         name = "Wired Panel"; 
     422                        name = "Wired Preference Pane"; 
    423423                        sourceTree = "<group>"; 
    424424                }; 
     
    548548 
    549549/* Begin PBXNativeTarget section */ 
    550                 8D202CE80486D31800D8A456 /* Wired Panel */ = { 
     550                8D202CE80486D31800D8A456 /* Wired Preference Pane */ = { 
    551551                        isa = PBXNativeTarget; 
    552                         buildConfigurationList = A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Panel" */; 
     552                        buildConfigurationList = A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Preference Pane" */; 
    553553                        buildPhases = ( 
    554554                                8D202CF00486D31800D8A456 /* Sources */, 
     
    564564                                FRAMEWORK_SEARCH_PATHS = ../ZankaAdditions/build; 
    565565                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    566                                 GCC_PREFIX_HEADER = Panel/prefix.pch; 
     566                                GCC_PREFIX_HEADER = PreferencePane/prefix.pch; 
    567567                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 
    568568                                GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 
     
    576576                                GCC_WARN_UNUSED_VALUE = YES; 
    577577                                GCC_WARN_UNUSED_VARIABLE = YES; 
    578                                 INFOPLIST_FILE = Panel/Info.plist; 
     578                                INFOPLIST_FILE = PreferencePane/Info.plist; 
    579579                                MACOSX_DEPLOYMENT_TARGET = 10.2; 
    580580                                OTHER_LDFLAGS = ( 
     
    588588                                A50335580864C22200CE6911 /* PBXTargetDependency */, 
    589589                        ); 
    590                         name = "Wired Panel"; 
     590                        name = "Wired Preference Pane"; 
    591591                        productInstallPath = "$(HOME)/Library/PreferencePanes"; 
    592592                        productName = "Wired Preferences"; 
     
    619619                        ); 
    620620                        targets = ( 
    621                                 8D202CE80486D31800D8A456 /* Wired Panel */, 
     621                                8D202CE80486D31800D8A456 /* Wired Preference Pane */, 
    622622                                A50335AD0864C98900CE6911 /* Wired Server */, 
    623623                                A5BE6D2D0864B63000DA5C89 /* Zanka Additions */, 
     
    736736                        runOnlyForDeploymentPostprocessing = 0; 
    737737                        shellPath = /bin/sh; 
    738                         shellScript = "sh localize.sh Panel || exit 1"; 
     738                        shellScript = "sh localize.sh PreferencePane || exit 1"; 
    739739                }; 
    740740                A5D97283078E387200CD982E /* Run Script (Zip) */ = { 
     
    777777                77B2B2D208680DEC005E1B8F /* PBXTargetDependency */ = { 
    778778                        isa = PBXTargetDependency; 
    779                         target = 8D202CE80486D31800D8A456 /* Wired Panel */; 
     779                        target = 8D202CE80486D31800D8A456 /* Wired Preference Pane */; 
    780780                        targetProxy = 77B2B2D108680DEC005E1B8F /* PBXContainerItemProxy */; 
    781781                }; 
     
    792792                A5841A1307AA40E400C31480 /* PBXTargetDependency */ = { 
    793793                        isa = PBXTargetDependency; 
    794                         target = 8D202CE80486D31800D8A456 /* Wired Panel */; 
     794                        target = 8D202CE80486D31800D8A456 /* Wired Preference Pane */; 
    795795                        targetProxy = A5841A1207AA40E400C31480 /* PBXContainerItemProxy */; 
    796796                }; 
     
    892892                        buildSettings = { 
    893893                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    894                                 GCC_PREFIX_HEADER = Panel/prefix.pch; 
    895                                 INFOPLIST_FILE = Panel/Info.plist; 
     894                                GCC_PREFIX_HEADER = PreferencePane/prefix.pch; 
     895                                INFOPLIST_FILE = PreferencePane/Info.plist; 
    896896                                OTHER_LDFLAGS = "-lcrypto"; 
    897897                                PRODUCT_NAME = Wired; 
     
    909909                                GCC_OPTIMIZATION_LEVEL = 0; 
    910910                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    911                                 GCC_PREFIX_HEADER = Panel/prefix.pch; 
     911                                GCC_PREFIX_HEADER = PreferencePane/prefix.pch; 
    912912                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 
    913913                                GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 
     
    921921                                GCC_WARN_UNUSED_VALUE = YES; 
    922922                                GCC_WARN_UNUSED_VARIABLE = YES; 
    923                                 INFOPLIST_FILE = Panel/Info.plist; 
     923                                INFOPLIST_FILE = PreferencePane/Info.plist; 
    924924                                MACOSX_DEPLOYMENT_TARGET = 10.2; 
    925925                                OTHER_CFLAGS = "-DTESTING"; 
     
    939939                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    940940                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    941                                 GCC_PREFIX_HEADER = Panel/prefix.pch; 
     941                                GCC_PREFIX_HEADER = PreferencePane/prefix.pch; 
    942942                                GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 
    943943                                GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 
     
    952952                                GCC_WARN_UNUSED_VALUE = YES; 
    953953                                GCC_WARN_UNUSED_VARIABLE = YES; 
    954                                 INFOPLIST_FILE = Panel/Info.plist; 
     954                                INFOPLIST_FILE = PreferencePane/Info.plist; 
    955955                                MACOSX_DEPLOYMENT_TARGET = 10.2; 
    956956                                OTHER_CFLAGS = "-DDEPLOYMENT"; 
     
    11921192                        defaultConfigurationIsVisible = 0; 
    11931193                }; 
    1194                 A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Panel" */ = { 
     1194                A5BE6CEB0864B5A000DA5C89 /* Build configuration list for PBXNativeTarget "Wired Preference Pane" */ = { 
    11951195                        isa = XCConfigurationList; 
    11961196                        buildConfigurations = (