~ubuntu-branches/ubuntu/dapper/mdadm/dapper

« back to all changes in this revision

Viewing changes to debian/mdadm.postinst

  • Committer: Package Import Robot
  • Author(s): Fabio M. Di Nitto
  • Date: 2005-11-28 07:35:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20051128073536-ph8pstb6ams9huk4
Tags: 1.12.0-1ubuntu1
Resyncronize with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
set -e
6
6
 
7
 
if [ ! -e /dev/.devfsd ] && [ ! -e /dev/md0 ] ; then
 
7
if [ ! -e /dev/md0 ] ; then
8
8
    cd /dev
9
 
    /sbin/MAKEDEV md
 
9
    /sbin/MAKEDEV md 1>&2
10
10
fi
11
11
 
12
12
if [ "$1" = "configure" ]; then