Name:
Anonymous
2008-05-08 18:41
i would like to have /dev/desu on leenux, an "infinite" file that only outputs DESUDESUDESUDESUDESU etc. pp.
is it possible to create that via mkfifo ?
Name:
>>20
2008-05-09 8:14
>>21
Presumably you wanted to read the thread.
Also I have rewritten
>>20 for
ENTERPRISE compliance. See below.
<?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>Label</key>
<string>desu</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/yes</string>
<string>DESU</string>
</array>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
<key>Sockets</key>
<dict>
<key>desudesudesu</key>
<dict>
<key>SockPathName</key>
<string>/var/run/desu</string>
<key>SockPathMode</key>
<integer>292</integer>
</dict>
</dict>
</dict>
</plist>