mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
drop some of the inappropriate usage of "GNU"
we're using it in a way that makes this project (screen-profiles) look like an FSF GNU project while "screen" is a FSF GNU project, "screen-profiles" is not
This commit is contained in:
parent
c36d692f0d
commit
c751c3fe62
8 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# GNU Screen common profile
|
||||
# Screen common profile
|
||||
# This configuration profile is intended to be a common header of useful
|
||||
# functionality, included by other profiles.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# GNU Screen Profile for Debian
|
||||
# Screen Profile for Debian
|
||||
# This configuration profile is intended to roughly approximate a Debian
|
||||
# Desktop within 'screen'.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# GNU Screen Profile for Debian
|
||||
# Screen Profile for Debian
|
||||
# This configuration profile is intended to roughly approximate a Fedora
|
||||
# Desktop within 'screen'.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# GNU Screen Profile for Debian
|
||||
# Screen Profile for Debian
|
||||
# This configuration profile is intended to roughly approximate a Red Hat
|
||||
# Desktop within 'screen'.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# GNU Screen Profile for the Ubuntu Server
|
||||
# Screen Profile for the Ubuntu Server
|
||||
# This configuration profile is intended to roughly approximate the Ubuntu
|
||||
# Gnome Desktop within 'screen'.
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# GNU screen-profiles-helper
|
||||
# screen-launcher-install
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
#
|
||||
# Authors: Nick Barcet <nick.barcet@ubuntu.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# GNU screen-profiles-helper
|
||||
# screen-launcher-uninstall
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
#
|
||||
# Authors: Nick Barcet <nick.barcet@ubuntu.com>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
#
|
||||
# GNU screen-profiles
|
||||
# select-screen-profile
|
||||
# Copyright (C) 2008 Canonical Ltd.
|
||||
#
|
||||
# Authors: Dustin Kirklan <dustin.kirkland@ubuntu.com>
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
usage () {
|
||||
cat <<EOT
|
||||
usage: select-screen-profiles [(-l|--list)][(-h|--help)][(-s|--set) PROFILE]
|
||||
usage: select-screen-profile [(-l|--list)][(-h|--help)][(-s|--set) PROFILE]
|
||||
-l,--list list available profiles
|
||||
-s,--set PROFILE set profile
|
||||
-h,--help this help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue