start next; re-enable remove
This commit is contained in:
parent
fbfad06fea
commit
58231d1d29
|
@ -1,3 +1,5 @@
|
|||
0.3.1+
|
||||
added remove to remove devices safely (under development)
|
||||
0.3.1 2012-07-25:
|
||||
cifs,smbfs use guest option when no user specified
|
||||
sshfs add port as option
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
README for udevil v0.3.1 BETA TEST VERSION
|
||||
README for udevil v0.3.1+ BETA TEST VERSION
|
||||
|
||||
|
||||
THIS IS A TEST RELEASE - USE AT YOUR OWN RISK.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2748,7 +2748,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=udevil
|
||||
VERSION=0.3.1
|
||||
VERSION=0.3.1+
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
AC_INIT(src/udevil.c)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_SRCDIR(src)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.1)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.1+)
|
||||
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
udevil (0.3.1-1) unstable; urgency=low
|
||||
udevil (0.3.1+-1) unstable; urgency=low
|
||||
|
||||
* release
|
||||
|
||||
-- IgnorantGuru <ignorantguru@gmx.com> Wed, 25 Jul 2012 12:19:07 +0000
|
||||
-- IgnorantGuru <ignorantguru@gmx.com> Wed, 25 Jul 2012 12:35:07 +0000
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.3.1
|
||||
VERSION = 0.3.1+
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -4557,7 +4557,7 @@ static void show_help()
|
|||
printf( " udevil umount /media/disk\n" );
|
||||
printf( " udevil umount -l /media/disk\n" );
|
||||
printf( " udevil umount /tmp/example.iso\n" );
|
||||
#if 0
|
||||
#if 1
|
||||
printf( _("REMOVE - Unmount all partitions on host of DEVICE and prepare for safe\n") );
|
||||
printf( _(" removal (sync, stop, unbind driver, and power off):\n") );
|
||||
printf( _(" udevil remove|--remove|--detach [OPTIONS] [-b|--block-device] DEVICE\n") );
|
||||
|
@ -4774,7 +4774,7 @@ printf("\n-----------------------\n");
|
|||
ac += next_inc;
|
||||
}
|
||||
}
|
||||
#if 0
|
||||
#if 1
|
||||
else if ( !strcmp( arg, "remove" ) || !strcmp( arg, "--remove" )
|
||||
|| !strcmp( arg, "--detach" ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user