mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 19:01:16 +00:00
10 lines
226 B
Text
10 lines
226 B
Text
|
{
|
||
|
/* This file configures the names/passwords of the people allowed to use
|
||
|
* the Console program to control the system.
|
||
|
* Just add a definition for yourself as below:
|
||
|
*/
|
||
|
richard = {
|
||
|
Password = richard;
|
||
|
};
|
||
|
}
|