diff options
Diffstat (limited to 'remote_cmds/talkd.tproj/ntalk.plist')
| -rw-r--r-- | remote_cmds/talkd.tproj/ntalk.plist | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/remote_cmds/talkd.tproj/ntalk.plist b/remote_cmds/talkd.tproj/ntalk.plist new file mode 100644 index 0000000..2e63da2 --- /dev/null +++ b/remote_cmds/talkd.tproj/ntalk.plist @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Disabled</key> + <true/> + <key>Label</key> + <string>com.apple.ntalkd</string> + <key>ProgramArguments</key> + <array> + <string>/usr/libexec/ntalkd</string> + </array> + <key>inetdCompatibility</key> + <dict> + <key>Wait</key> + <true/> + </dict> + <key>Sockets</key> + <dict> + <key>Listeners</key> + <dict> + <key>SockServiceName</key> + <string>ntalk</string> + <key>SockType</key> + <string>dgram</string> + </dict> + </dict> +</dict> +</plist> |
