~ubuntu-branches/ubuntu/hardy/xorg/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/local/dexconf

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2007-11-29 17:30:06 UTC
  • Revision ID: james.westby@ubuntu.com-20071129173006-ypsmfx1eq6uadmo8
Tags: 1:7.3+7ubuntu2
dexconf: purge unneeded cruft. Restricted-manager no longer needs
extra_options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
DEVICE_BUSID="$RET"
247
247
db_get xserver-$SERVER/config/device/use_fbdev
248
248
DEVICE_USE_FBDEV="$RET"
249
 
db_capb backup escape
250
 
db_get xserver-$SERVER/config/device/extra_options
251
 
DEVICE_EXTRA_OPTIONS="$RET"
252
 
db_capb backup
253
 
fetch xserver-$SERVER/config/monitor/identifier
254
 
MONITOR_IDENTIFIER="$RET"
255
249
exec 4>"$DEXCONFTMPDIR/Device"
256
250
cat >&4 <<SECTION
257
251
Section "Device"
268
262
if [ "$DEVICE_USE_FBDEV" = "true" ]; then
269
263
  printf "\tOption\t\t\"UseFBDev\"\t\t\"$DEVICE_USE_FBDEV\"\n" >&4
270
264
fi
271
 
printf "$DEVICE_EXTRA_OPTIONS" | perl -nae 'print "\tOption\t\t\"$F[0]\"\t\t\"@F[1..$#F]\"\n"' >&4
272
265
printf "EndSection\n" >&4
273
266
 
274
267
### MONITOR