-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
21 additions
and
3 deletions.
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,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
BUGADDR = Martin V\"ath <[email protected]> | ||
|
||
EXENAME ?= zram-init | ||
|
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,13 +1,14 @@ | ||
# Copyright (C) 2012-2020 Martin V"ath <[email protected]> | ||
# This file is distributed under the same license as the zram-init package. | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
# | ||
# Martin V"ath <[email protected]> | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: zram-init\n" | ||
"Report-Msgid-Bugs-To: Martin V\"ath <[email protected]>\n" | ||
"POT-Creation-Date: 2020-07-11 07:16+0200\n" | ||
"PO-Revision-Date: 2020-07-11 07:36+0200\n" | ||
"PO-Revision-Date: 2020-07-26 08:49+0200\n" | ||
"Last-Translator: Martin V\"ath <[email protected]>\n" | ||
"Language-Team: German\n" | ||
"Language: de\n" | ||
|
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,13 +1,14 @@ | ||
# Copyright (C) 2012-2020 Martin V"ath <[email protected]> | ||
# This file is distributed under the same license as the zram-init package. | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
# | ||
# Mattéo Rossillol‑‑Laruelle <[email protected]>, 2020. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: zram-init\n" | ||
"Report-Msgid-Bugs-To: Martin V\"ath <[email protected]>\n" | ||
"POT-Creation-Date: 2020-07-11 07:16+0200\n" | ||
"PO-Revision-Date: 2020-07-11 07:19+0200\n" | ||
"PO-Revision-Date: 2020-07-26 08:49+0200\n" | ||
"Last-Translator: Mattéo Rossillol‑‑Laruelle <[email protected]>\n" | ||
"Language-Team: French\n" | ||
"Language: fr\n" | ||
|
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
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,4 +1,5 @@ | ||
#!/sbin/openrc-run | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
depend() { | ||
need localmount swap | ||
|
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,5 +1,6 @@ | ||
#!/usr/bin/env sh | ||
# (C) Martin V\"ath <[email protected]> | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
set -u | ||
|
||
|
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,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
[Unit] | ||
Description=swap with zram | ||
DefaultDependencies=no | ||
|
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,4 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
[Unit] | ||
Description=Mount /var/tmp as zram | ||
DefaultDependencies=no | ||
|
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