diff options
author | 2014-07-16 18:55:29 +0000 | |
---|---|---|
committer | 2014-07-16 18:55:29 +0000 | |
commit | 0f13f0da04c848c9335a7b13965c407321c502b7 (patch) | |
tree | 0b97e8e1b63b48f755a82da1137c60d812ecc1d8 | |
parent | Save and restore NVS ranges when hibernating, as per The Spec. (diff) | |
download | wireguard-openbsd-0f13f0da04c848c9335a7b13965c407321c502b7.tar.xz wireguard-openbsd-0f13f0da04c848c9335a7b13965c407321c502b7.zip |
base vs etc set management is the trickiest. Explain the current rules
that govern the split.
-rw-r--r-- | distrib/sets/lists/etc/RULES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/sets/lists/etc/RULES b/distrib/sets/lists/etc/RULES new file mode 100644 index 00000000000..91d59c69a2f --- /dev/null +++ b/distrib/sets/lists/etc/RULES @@ -0,0 +1,3 @@ +This set should contain the potentially user-muteable files found in +/etc or /var. Directories should be defined in the base set. + |