Changeset 281
- Timestamp:
- 10/01/07 09:23:55 (14 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 2 modified
-
cdd-config (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/cdd-config
r274 r281 335 335 menu=/etc/X11/fluxbox/system.fluxbox-menu 336 336 if ! exists $menu; then warning "$menu not found"; return; fi 337 sed -i -e 's/^ [exit] (Exit)/ [exec] (Exit) {sudo halt} <>' $fluxbox337 sed -i -e 's/^ \[exit\] (Exit)/ [exec] (Exit) {sudo halt} <>/g' $menu 338 338 update-menus 339 } 340 341 # Tell Wine to use ALSA 342 wine () { 343 inf=/usr/share/wine/wine.inf 344 if ! exists $inf; then warning "$inf not found"; return; fi 345 if ! grep -q '^HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' $inf; then 346 echo 'HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' >> $inf 347 fi 348 } 349 350 # Fix update-manager channels 351 channels () { 352 info=/usr/share/update-manager/channels/Debian.info 353 if ! exists $info; then warning "$info not found"; return; fi 354 sed -i -e 's/^Description: Debian "Etch" (testing)/Description: Debian "Etch" 4.0/g' $info 355 sed -i -e '/./{H;$!d;}' -e 'x;/Sarge/d;' $info 339 356 } 340 357 … … 355 372 $(echo $@|tr " " "_") 356 373 ;; 357 358 374 *) 359 375 $@ -
cdd-utils/trunk/debian/changelog
r276 r281 1 cdd-utils (0.2~pre 2) unstable; urgency=low1 cdd-utils (0.2~pre3) UNRELEASED; urgency=low 2 2 3 3 * Added fluxbox command 4 * Added wine and channels commands 4 5 5 6 -- Free Ekanayaka <freee@debian.org> Fri, 28 Sep 2007 12:18:56 +0200
