1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 09:21:11 +03:00
Commit Graph

2290 Commits

Author SHA1 Message Date
Kay Sievers
7e59986391 release 115 2007-08-24 01:29:54 +02:00
Kay Sievers
3df9102b67 Makefile: install default rules 2007-08-23 03:31:04 +02:00
Kay Sievers
ae9d3bbd3d rules: update Fedora 2007-08-23 02:42:23 +02:00
Kay Sievers
7d6ffc7216 rule_generator: fix wrong DRIVERS!= logic
Thanks to Matthias for identifying that.
2007-08-21 23:05:47 +02:00
Kay Sievers
a7567d4973 do not ignore dynamic rule if it is the last one in the list 2007-08-16 20:16:47 +02:00
Kay Sievers
82d4209792 volume_id: fix sqashfs detection 2007-08-16 15:02:53 +02:00
Kay Sievers
05f9e004ed rules: add iowarrior rule 2007-08-16 12:47:37 +02:00
Kay Sievers
03f65fe6a9 accept relative path for TEST 2007-08-16 12:45:31 +02:00
Kay Sievers
88b74dc692 edd_id: move persistent rules to its own file 2007-08-14 11:06:39 +02:00
Kay Sievers
b1a2b83f2d rules: update Fedora rules 2007-08-11 14:06:03 +02:00
Kay Sievers
1bc19dbc6b rules: run vol_id only for partitions
Until we add support to the kernel to report media changes with a
"change" event, do not read the device content, because it will not
get updated when the media is removed or replaced.
2007-08-11 14:01:54 +02:00
Kay Sievers
21ac1311d8 rules: move md-raid rules to packages dir 2007-08-10 15:23:34 +02:00
Harald Hoyer
6ffa398695 rules: fix typo in 80-drivers.rules 2007-08-10 14:53:31 +02:00
Kay Sievers
8cfe6b456e rules: add ia64 rules 2007-08-10 13:30:35 +02:00
Kay Sievers
fcfeda1907 rules: add packages rules 2007-08-10 12:40:17 +02:00
Kay Sievers
95ea93bc6a ruls: update SUSE rules 2007-08-10 12:37:34 +02:00
Kay Sievers
d638611c44 rules: add default rules 2007-08-10 12:36:59 +02:00
Marco d'Itri
7134ab1b33 rules: Debian update 2007-08-07 10:41:42 +02:00
Marco d'Itri
0837c28e9b rules_generator: fix write_cd_rules when similar names exist in the root directory
The argument to find_all_rules must be quoted or it will be subject to
shell expansion, which will happen if in the root directory there are
mount points with the same base name.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407738 for details.
2007-08-07 10:39:07 +02:00
Marco d'Itri
14e1e49484 rules_generator: remove policy from write_cd_rules
The decision about when to create by-id or by-path persistent rules should
be made in the generator rules file where it's obvious and easy to modify
locally, not in the script.
2007-08-07 10:37:58 +02:00
Kay Sievers
585e838856 release 114 2007-08-05 14:08:47 +02:00
Matthias Schwarzott
538876cdc8 rules: Gentoo update 2007-08-03 00:06:00 +02:00
Kay Sievers
56a8a8836d write changed network interface names to the kernel log 2007-08-02 23:54:10 +02:00
Kay Sievers
dcfa2acce3 rules_generator: skip random MAC addresses 2007-08-02 21:19:41 +02:00
Kay Sievers
b5485961d7 rules: Fedora update 2007-07-31 13:15:17 +02:00
Kay Sievers
4beaed3652 rules: add "do not edit" comment
Default udev rules are not system configuration for users to edit,
we need to be able to replace them with a package update. Custom rules
have to go into their own files.
2007-07-31 13:14:04 +02:00
Kay Sievers
2457dbc1c6 rules: Fedora update 2007-07-28 01:07:49 +02:00
Kay Sievers
e0bc97692b rules: update SUSE 2007-07-27 03:39:43 +02:00
Kay Sievers
584fbf1ba4 udevtrigger: trigger "driver" events 2007-07-27 03:34:31 +02:00
Matthias Schwarzott
f4dce170d5 fix inotify to work not only once 2007-07-26 13:04:13 +02:00
Kay Sievers
9b23e594bf rules_generator: remove "installation" function
This should be called by triggering events not by looping with
the script itself. It also keeps a second blacklist outside of
the rules which we do not want to maintain.
2007-07-25 18:16:11 +02:00
Hannes Reinecke
49369cafe4 rules_generator: add S/390 persistent network support 2007-07-25 15:42:39 +02:00
Kay Sievers
19096c087f restore behavior of NAME== 2007-07-25 15:29:14 +02:00
Hannes Reinecke
fea9b2d292 add $driver subtitution 2007-07-25 15:24:58 +02:00
Kay Sievers
76bd9d319e Makefile: add --as-needed flag to ld 2007-07-25 15:19:32 +02:00
Matthias Schwarzott
6d86cda476 rules: Gentoo update 2007-07-24 18:22:02 +02:00
Hannes Reinecke
c7ae0d343b collect: extra to synchronize actions across events 2007-07-24 13:28:18 +02:00
Kay Sievers
9ea893ae25 libvolume_id: use /usr/$libdir in pc file 2007-07-22 19:58:04 +02:00
Richard Hughes
2ff5082a74 Makefile: add "make dist" for nightly snapshots 2007-07-22 00:09:19 +02:00
Kay Sievers
1ff1aa424b allow SYMLINK== match 2007-07-16 13:29:28 +02:00
Kay Sievers
254d6d3ca2 handle dynamic rules created in /dev/.udev/rules.d/ 2007-07-15 19:10:06 +02:00
Kay Sievers
9aeded07a0 name_list: rename loop_name -> name_loop 2007-07-15 19:01:01 +02:00
Kay Sievers
84654a8913 rules: SUSE update 2007-07-14 21:01:51 +02:00
Kay Sievers
e2ecb34ffd move udev_utils_run.c into udev_rules.c 2007-07-14 20:59:03 +02:00
Kay Sievers
274da2b23d add udev_rules_run() to handle RUN list 2007-07-14 20:44:19 +02:00
Kay Sievers
fb819f5554 use global udev_log variable instead of parameter in run_program 2007-07-14 20:43:43 +02:00
Kay Sievers
4110664d4f add option to RUN key to ignore the return value of the program 2007-07-14 20:43:01 +02:00
Kay Sievers
285e2a24f6 udevtrigger: allow to specify action string 2007-07-09 03:59:08 +02:00
Kay Sievers
2e08169ed4 volume_id: ext4 detection 2007-07-08 17:25:55 +02:00
Kay Sievers
2e23125e11 rules: SUSE update 2007-07-05 22:48:36 +02:00