Changeset 274

Show
Ignore:
Timestamp:
09/28/07 11:25:37 (14 months ago)
Author:
free
Message:

* Added fluxbox command

Location:
cdd-utils/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cdd-utils/trunk/cdd-config

    r271 r274  
    333333# Fluxbox exit 
    334334fluxbox () { 
    335     menu=/etc/X11/fluxbox/fluxbox-menu 
     335    menu=/etc/X11/fluxbox/system.fluxbox-menu 
    336336    if ! exists $menu; then warning "$menu not found"; return; fi     
    337337    sed -i -e 's/^   [exit] (Exit)/   [exec] (Exit) {sudo halt} <>' $fluxbox 
     338    update-menus 
    338339} 
    339340 
  • cdd-utils/trunk/debian/changelog

    r271 r274  
     1cdd-utils (0.2~pre1) unstable; urgency=low 
     2 
     3  * Added fluxbox command 
     4 
     5 -- Free Ekanayaka <freee@debian.org>  Fri, 28 Sep 2007 12:18:56 +0200 
     6 
    17cdd-utils (0.1) unstable; urgency=low 
    28