-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #604 from balcirakpeter/k5login_root
k5login_root dest_file configurable
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
perun-slave-process-k5login-root (3.1.5) stable; urgency=low | ||
|
||
* Add possibility to change destination file (default is /root/.k5login). | ||
It may be set in a pre-script as a variable DST_FILE | ||
|
||
-- Peter Balcirak <[email protected]> Tue, 15 Jun 2021 10:32:00 +0200 | ||
|
||
perun-slave-process-k5login-root (3.1.4) stable; urgency=medium | ||
|
||
* Changed architecture to all | ||
|
3 changes: 3 additions & 0 deletions
3
slave/process-k5login-root/conf/example-pre_01_alternative_k5login_destination
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
#export DST_FILE="/root/.k5login" |