Author: pebender
Date: Sun Nov 23 11:17:57 2008
New Revision: 3996
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/profile
Log:
- Added checks for mplayer-stable and mplayer-svn when not running as user
minimyth.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/profile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/profile
(original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/profile
Sun Nov 23 11:17:57 2008
@@ -14,6 +14,8 @@
alias xscreensaver-command="/bin/echo -e '\nerror: application
xscreensaver-command must be run as user minimyth.\n' && /bin/false"
# Give user a warning when starting X based multimedia
applications.
alias mplayer="/bin/echo -e '\nerror: application mplayer must be run
as
user minimyth.\n' && /bin/false"
+ alias mplayer-stable="/bin/echo -e '\nerror: application mplayer-stable
must be run as user minimyth.\n' && /bin/false"
+ alias mplayer-svn="/bin/echo -e '\nerror: application mplayer-svn must
be
run as user minimyth.\n' && /bin/false"
alias mythfrontend="/bin/echo -e '\nerror: application mythfrontend
must
be run as user minimyth.\n' && /bin/false"
alias mythtv="/bin/echo -e '\nerror: application mythtv must be run as
user minimyth.\n' && /bin/false"
alias vlc="/bin/echo -e '\nerror: application vlc must be run as user
minimyth.\n' && /bin/false"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---