~ubuntu-branches/ubuntu/wily/xorg/wily

« back to all changes in this revision

Viewing changes to debian/x11-common.init

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2015-03-09 11:51:24 UTC
  • Revision ID: package-import@ubuntu.com-20150309115124-2gvv2bn6xyd6c7y4
Tags: 1:7.7+7ubuntu3
* Modesetting has been removed, remove from vars.
* Do not require vesa on armhf, only fbdev is useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# Required-Stop:     $remote_fs
7
7
# Default-Start:     S
8
8
# Default-Stop:
 
9
# Short-Description: set up the X server and ICE socket directories
9
10
### END INIT INFO
10
11
 
11
12
set -e
74
75
        ;;
75
76
    esac
76
77
  done
 
78
  do_restorecon "$DIR"
77
79
 
78
80
  return 0
79
81
}