breaking build or packaging otherwise
- the gtk+2 problem is of unknown nature for now
- hylafax and MyCC break due to systrace translating "" to the current
directory in 'test -d ""' and thus succeeding the test instead of failing;
this is a problem when testing if some variable holds an existing directory
name and that variable is empty
ok naddy@
SCMxx is a data exchange utility for certain Siemens mobile phone models.
Data types handled include logo bitmaps, MIDI files, vCalendars,
address books, phonebook entries and SMS. Support for phones includes the
S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
Based on port from NetBSD.
Help and ok from naddy@, 10x!
A set of utilities to communicate with IrDA devices
over an IrDA port on a serial line.
Covers IrComm for connecting via PPP over cell phones
as well as several utilities to exchange data with PDAs.
These programs were written by Tommy Bohlin <tommy@gatespace.com>.
Man pages and some program by Dieter Baron.
Based on port by Pavel Korovin <pvk@oxygene.ru>.
- mention the need for an entry to be added to /etc/services manually
- create (empty) log file directory
- add proper deinstall steps for above
based on a diff from wilfried
based on 4.1.3 update from Steve Shockley <steve.shockley@shockley.net>
prompted by Bert Koelewijn <bert@schmidt-koelewijn.nl>
ok espie@ "no actual risk you'll break it more"
to be run as root via inetd, while it really only needs access to the modem
It also needs INSTALL/DEINSTALL scripts to handle the configuration files,
etc. Try to bring it to a usable state, and advise the user to run it
as follows:
xcept stream tcp nowait xcept ${PREFIX}/libexec/ceptd ceptd
After creating a 'xcept' user belonging in group 'dialer'. And, no
longer install this setuid root, which is really not needed.
XXX The user creation and the configuration files installation should
be automatic, but this will have to do for now and help the users.
Print a message saying that if someone wishes to use minicom's
minicom.users file to control access they have to change the perms; help from S@mSmith.net