diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2018-01-27 11:51:29 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2018-01-27 11:51:29 +0100 |
commit | 60825521fb9683fd934fdad622a35783e4c65534 (patch) | |
tree | a596b688e6d15977ba1b58a75dbf237fee19cfd1 | |
parent | f1ba8d109c8a5b3045af736623a514ae09ab0d12 (diff) | |
download | pkgutils-60825521fb9683fd934fdad622a35783e4c65534.tar.gz pkgutils-60825521fb9683fd934fdad622a35783e4c65534.tar.xz |
pkgadd.conf: Don't overwrite rc.d/wlan on update
-rw-r--r-- | pkgadd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgadd.conf b/pkgadd.conf index a35c4621..4ac0cb93 100644 --- a/pkgadd.conf +++ b/pkgadd.conf @@ -18,6 +18,7 @@ UPGRADE ^etc/rc\.local$ NO UPGRADE ^etc/rc\.modules$ NO UPGRADE ^etc/rc\.conf$ NO UPGRADE ^etc/rc\.d/net$ NO +UPGRADE ^etc/rc\.d/wlan$ NO UPGRADE ^etc/udev/rules.d/.*$ YES UPGRADE ^etc/udev/rules.d/1.*$ NO |