From 8d98ab69d8c5cd4a78963d09aa253f28ff7e2e5a Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Tue, 20 Jan 2004 22:27:30 +0000 Subject: [PATCH] moved the new ROCK Net ppp module into the correct package git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2236 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/ppp/ppp.desc | 2 +- package/base/{sysfiles => ppp}/rocknet_modules_ppp.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename package/base/{sysfiles => ppp}/rocknet_modules_ppp.sh (100%) diff --git a/package/base/ppp/ppp.desc b/package/base/ppp/ppp.desc index 8c814c1a5..7a148163d 100644 --- a/package/base/ppp/ppp.desc +++ b/package/base/ppp/ppp.desc @@ -7,7 +7,7 @@ [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! [COPY] [COPY] ROCK Linux: rock-src/package/base/ppp/ppp.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License as published by diff --git a/package/base/sysfiles/rocknet_modules_ppp.sh b/package/base/ppp/rocknet_modules_ppp.sh similarity index 100% rename from package/base/sysfiles/rocknet_modules_ppp.sh rename to package/base/ppp/rocknet_modules_ppp.sh