gnome-volume-manager-0.9.3.cvs20040527-3.src.rpm Mon Jul 26 2004 Ray Strode <rstrode@redhat.com> - Add magicdev compatibility wrapper script and obsolete magicdev. Thu May 27 2004 John (J5) Palmieri <johnp@redhat.com> - Upstream CVS Wed May 05 2004 John (J5) Palmieri <johnp@redhat.com> - Made sure GConf Schemas are installed Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com> - initial packaging of 0.9.2
7 lines
262 B
Bash
Executable file
7 lines
262 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# This is a compatibility wrapper script to start gnome-volume-manager
|
|
# for users who previously used magicdev. This script will be invoked
|
|
# automatically by the session manager until the user saves his/her
|
|
# session.
|
|
exec gnome-volume-manager $*
|