summaryrefslogtreecommitdiff
path: root/dyndns
diff options
context:
space:
mode:
authorian <ian>2003-07-06 20:47:12 +0000
committerian <ian>2003-07-06 20:47:12 +0000
commit711a074884724fb201f5e23d2256d7ea7f5ecaef (patch)
treedb504812b90b8cc0147bc8adb7307ca2346ac044 /dyndns
parent6362f12ce73173b77cecddba14e33e6dfa203b7e (diff)
downloaduserv-utils-711a074884724fb201f5e23d2256d7ea7f5ecaef.tar.gz
*** empty log message ***
Diffstat (limited to 'dyndns')
-rw-r--r--dyndns/INSTALL2
-rwxr-xr-xdyndns/install-script21
-rwxr-xr-xdyndns/service20
-rwxr-xr-xdyndns/update21
4 files changed, 63 insertions, 1 deletions
diff --git a/dyndns/INSTALL b/dyndns/INSTALL
index 7f8a24f..d49ebed 100644
--- a/dyndns/INSTALL
+++ b/dyndns/INSTALL
@@ -25,7 +25,7 @@ cp dyndns-domains /etc/userv/dyndns-domains.example
# Zone
# to your nameserver configuration.
-# Copyright (C) 2000 Ian Jackson
+# Copyright (C) 2000,2003 Ian Jackson
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
diff --git a/dyndns/install-script b/dyndns/install-script
index 751bb72..951cdcf 100755
--- a/dyndns/install-script
+++ b/dyndns/install-script
@@ -1,4 +1,25 @@
#!/bin/bash
+
+# Copyright (C) 1999-2000,2003 Ian Jackson
+#
+# This file is part dyndns, part of userv-utils
+#
+# This 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 2 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 userv-utils; if not, write to the Free Software
+# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# $Id$
+
set -e
zone=$1
test -d ../zone,$zone
diff --git a/dyndns/service b/dyndns/service
index f9a6bde..92caf49 100755
--- a/dyndns/service
+++ b/dyndns/service
@@ -7,6 +7,26 @@
# to <subdomain>.<zone>, and so must not have a trailing `.';
# where the owner is to be <subdomain>.<zone>, `@' must be used.
+# Copyright (C) 1999-2000,2003 Ian Jackson
+#
+# This file is part dyndns, part of userv-utils
+#
+# This 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 2 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 userv-utils; if not, write to the Free Software
+# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# $Id$
+
use POSIX;
BEGIN {
diff --git a/dyndns/update b/dyndns/update
index 5d334c1..0362aaf 100755
--- a/dyndns/update
+++ b/dyndns/update
@@ -1,4 +1,25 @@
#!/bin/bash
+
+# Copyright (C) 1999-2000,2003 Ian Jackson
+#
+# This file is part dyndns, part of userv-utils
+#
+# This 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 2 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 userv-utils; if not, write to the Free Software
+# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# $Id$
+
set -e
zone="$1"