| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We'll be getting all of the requirements for this in -current
real soon now, so unless I snuffed something up, this should
be really close to what we need. :-)
|
| |
|
|
|
|
| |
Cleaned up indentation method to match.
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the script was killed by ctrl+c the progress function caused
broken pipe to occur.
Added creation of cleanup scripts to unmount devices and clean
folders.
Blueman does not unmount devices when using this bash script.
So now blueman_open creates cleanup scripts in /etc/rc.d/rc0.d
& */rc6.d. These scripts also clean themselves upon running.
|
|
|
|
|
|
|
| |
Default to /mnt as $basedir
Set dir=$basedir/$device_name
No need to $(mkdir $basedir/$device_name) early - the directory
will be created later in a function
|
|
|
|
| |
my bad spelling and the device now mounts to /mnt.
|
|
|
|
|
|
| |
Hopefully this is not shell-agnostic (no bash required).
Only a non-null DEBUG value will spam syslog now.
Possibly worthless abstraction of dialog messages.
|
|
|
|
|
| |
This adds support for gtkdialog in addition to kdialog.
It's probably not perfect yet, but it's a start.
|
|
|
|
| |
Indentation (coding style) fixups mainly
|
|
This should be upstream's original version of the script
(as of 20091213).
|