Re: the prefix number of the configuration filename

2016-02-16 Thread Dogz
Dear David and Rich, Thank you for your soon reply. I understood. I thought that would be special meanings. Anyway, thank you for your nice reply. 2016-02-16 8:48 GMT+08:00 Rich Wales : > >> Hi all, I am very curious about the prefix number of the configuration >> filename, such as 10-auth.conf

Re: the prefix number of the configuration filename

2016-02-15 Thread David Bishop
At a guess, the directory gets listed, the names get sorted numerically, and then read in order low-to-high. In theory, the end result will be the same regardless of what order stuff gets read in, but doing it in a deterministic order makes troubleshooting easier. On Mon, Feb 15, 2016 at 7:31 PM,

Re: the prefix number of the configuration filename

2016-02-15 Thread Rich Wales
> Hi all, I am very curious about the prefix number of the configuration > filename, such as 10-auth.conf What are those meanings of 10,15,20 > and 90 ? The configuration files are read and processed according to the sorting order of their names. Adding the numeric prefixes allows the order