This file is indexed.

/usr/share/backgroundrb/generators/bdrb_migration/USAGE is in libbackgroundrb-ruby1.8 1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
Description:
    Creates a migration to add the job queue table used by BackgrounDRb.
    Pass the migration name, either CamelCased or under_scored, as an argument.

Example:
    ./script/generate bdrb_migration CreateBackgroundrbQueue

    Assuming this is run at 09:00:15h on 12 September, 2008, this will create the
    CreateBackgroundrbQueue migration in:

        db/migrate/20080912090015_create_backgroundrb_queue.rb