~psusi/ubuntu/natty/parted/fix-dmraid

« back to all changes in this revision

Viewing changes to partprobe/partprobe.c

  • Committer: Colin Watson
  • Date: 2010-08-05 21:06:19 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: cjwatson@canonical.com-20100805210619-f9ld2tuntueagfeo
* Resynchronise with Debian.  Remaining changes:
  - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
    protective MBR.
  - Add -fno-stack-protector on sparc.
  - loop-partitions.dpatch: Loop devices can only have one partition, so
    don't generate device names such as "/dev/loop0p1".
  - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
    the partition table, to avoid a variety of races.
  - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
    not have extra nodes created needlessly, as well as making sure that
    partition nodes for dmraid devices are not probed.
  - loop-limits.patch: Remove limits on loop labels.
  - fix-dmraid-regression.path: Reverse upstream change that broke
    installation on dmraid disks for lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#define _(msgid) gettext (msgid)
51
51
 
52
52
#define AUTHORS \
53
 
  "<http://parted.alioth.debian.org/cgi-bin/trac.cgi/browser/AUTHORS>"
 
53
  "<http://git.debian.org/?p=parted/parted.git;a=blob_plain;f=AUTHORS>"
54
54
 
55
55
/* The official name of this program (e.g., no `g' prefix).  */
56
56
#define PROGRAM_NAME "partprobe"