diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-07 04:39:49 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-07 04:39:49 +0200 |
| commit | e4989c257277b7388289da6c4528e93ae7dae97e (patch) | |
| tree | a7f18e9342f3861a6a347365d3ad079bf0f545d0 /gotrc-examples | |
| parent | typo (diff) | |
| download | gates-of-tartaros-e4989c257277b7388289da6c4528e93ae7dae97e.tar.gz gates-of-tartaros-e4989c257277b7388289da6c4528e93ae7dae97e.tar.bz2 gates-of-tartaros-e4989c257277b7388289da6c4528e93ae7dae97e.tar.xz | |
how could I forget the copyright notice1396838411
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'gotrc-examples')
| -rw-r--r-- | gotrc-examples/allow-uppercase | 18 | ||||
| -rw-r--r-- | gotrc-examples/baudrate | 18 | ||||
| -rw-r--r-- | gotrc-examples/cerberus | 18 | ||||
| -rw-r--r-- | gotrc-examples/commands | 18 | ||||
| -rw-r--r-- | gotrc-examples/hide-username | 18 | ||||
| -rw-r--r-- | gotrc-examples/issue-file | 18 | ||||
| -rw-r--r-- | gotrc-examples/lower-left-ponysay | 18 | ||||
| -rw-r--r-- | gotrc-examples/no-empty-user | 18 | ||||
| -rw-r--r-- | gotrc-examples/readline | 18 | ||||
| -rw-r--r-- | gotrc-examples/revoke-access | 18 |
10 files changed, 180 insertions, 0 deletions
diff --git a/gotrc-examples/allow-uppercase b/gotrc-examples/allow-uppercase index aa13d07..0ca6b74 100644 --- a/gotrc-examples/allow-uppercase +++ b/gotrc-examples/allow-uppercase @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # The module allows you to use upper case letters when login in. diff --git a/gotrc-examples/baudrate b/gotrc-examples/baudrate index 82c02f9..3318dc4 100644 --- a/gotrc-examples/baudrate +++ b/gotrc-examples/baudrate @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This module allows you to configure baudrate on the computer-side # of a serial terminal by setting the environment variable BAUDRATE # to the baudrate in the baud unit, with only ditial. diff --git a/gotrc-examples/cerberus b/gotrc-examples/cerberus index b099624..18247e9 100644 --- a/gotrc-examples/cerberus +++ b/gotrc-examples/cerberus @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This module configures gates-of-tartaros to use # cerberus instead of login diff --git a/gotrc-examples/commands b/gotrc-examples/commands index 6b011a7..73f753d 100644 --- a/gotrc-examples/commands +++ b/gotrc-examples/commands @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # The module allows you to launch a few programs without even logging in diff --git a/gotrc-examples/hide-username b/gotrc-examples/hide-username index 1ea07ad..6ce71f7 100644 --- a/gotrc-examples/hide-username +++ b/gotrc-examples/hide-username @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This module hides the username when it is types, # this can be useful so that nopony can se your # passphrase if you type it in instead of your diff --git a/gotrc-examples/issue-file b/gotrc-examples/issue-file index 9f973e8..39d7144 100644 --- a/gotrc-examples/issue-file +++ b/gotrc-examples/issue-file @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # Module for using the /etc/issue file however # only partially implemented, but also extended diff --git a/gotrc-examples/lower-left-ponysay b/gotrc-examples/lower-left-ponysay index a51c84f..c5112d0 100644 --- a/gotrc-examples/lower-left-ponysay +++ b/gotrc-examples/lower-left-ponysay @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This requires KMS support and that the packages ponysay and util-say are installed. # It will print a random pony (not speech bubble) in the lower left corner of the screen, # as well as set a nice palette to the TTY. diff --git a/gotrc-examples/no-empty-user b/gotrc-examples/no-empty-user index bfbbdd8..6a16135 100644 --- a/gotrc-examples/no-empty-user +++ b/gotrc-examples/no-empty-user @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # The module restarts gates-of-tartaros is the user line is left empty diff --git a/gotrc-examples/readline b/gotrc-examples/readline index 3401221..e35b170 100644 --- a/gotrc-examples/readline +++ b/gotrc-examples/readline @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This module requires Bash as the gates-of-tartaros interpreters. # # This module uses readline when reading, for example the username, diff --git a/gotrc-examples/revoke-access b/gotrc-examples/revoke-access index 5ac9b27..9fbdbfd 100644 --- a/gotrc-examples/revoke-access +++ b/gotrc-examples/revoke-access @@ -1,5 +1,23 @@ # -*- shell-script -*- +# gates-of-tartaros – Minimal replacement for agetty with SSH support +# +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + # This module removes access to the TTY after # the user logs out. |
