Annotation of palm/manage_pre/README, Revision 1.1
1.1 ! andrew 1: manage_pre - A script to manage my Palm Pre on my OpenBSD machine.
! 2:
! 3: It is likely to be adaptable to other systems and should likely work for other
! 4: WebOS devices, but changes will almost certainly be needed.
! 5:
! 6: Rather than calling as manage_pre <action> you can symlink to different names
! 7: to detect the action.
! 8:
! 9: Handles three actions:
! 10:
! 11: * mount or run as mount_pre
! 12:
! 13: Finds the device in the dmesg and mounts it it under /mnt/pre by default.
! 14:
! 15: * eject or run as eject_pre
! 16:
! 17: Ejects and unmounts the Pre, everything needed to get it out of disk mode.
! 18:
! 19: * sync or run as sync_pre
! 20:
! 21: If the Pre is not mounted, will mount then sync then eject it.
! 22: If it is mounted, just syncs it.
! 23: Currently uses Unison for synchronization.
! 24: http://www.cis.upenn.edu/~bcpierce/unison/index.html
! 25:
! 26: $AFresh1$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>