UNPKG

ilastlog

Version:

alternative lastlog because of Ubuntu 24.04.1. The distros have had the libpam excluding lastlog.so. therefore, I personally needed.

11 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const DEFAULT_DEL = ""; const DEFAULT_HINT = "(login:session): session open"; const DEFAULT_SAVE = true; exports.default = { DEFAULT_DEL, DEFAULT_HINT, DEFAULT_SAVE, }; //# sourceMappingURL=constant.js.map