From 99b8524c16cc99ceeaf1ebf588f2fc0f2c0fbe0a Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sat, 12 Oct 2024 08:14:59 -0400 Subject: add a bunch of hostclasses --- scripts/hostname/rlaptop1 | 9 --------- scripts/hostname/znc1 | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 scripts/hostname/rlaptop1 create mode 100644 scripts/hostname/znc1 (limited to 'scripts/hostname') diff --git a/scripts/hostname/rlaptop1 b/scripts/hostname/rlaptop1 deleted file mode 100644 index f346965..0000000 --- a/scripts/hostname/rlaptop1 +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -add_user \ - -c "Cullum Smith" \ - -G wheel,operator,video \ - -s /bin/sh \ - -m \ - -p changeme \ - cullum diff --git a/scripts/hostname/znc1 b/scripts/hostname/znc1 new file mode 100644 index 0000000..dc11b11 --- /dev/null +++ b/scripts/hostname/znc1 @@ -0,0 +1,3 @@ +#!/bin/sh + +cnames=znc -- cgit v1.2.3