From 074728ee9faec2c20d4eb693b76bf1f1f81b608f Mon Sep 17 00:00:00 2001 From: giovanni Date: Tue, 7 Apr 2009 15:22:57 +0000 Subject: [PATCH] renaming --- README.User | 7 ------- umts-tools-be.spec => backend.spec | 2 +- umts-tools-fe.spec => frontend.spec | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) rename umts-tools-be.spec => backend.spec (98%) rename umts-tools-fe.spec => frontend.spec (98%) diff --git a/README.User b/README.User index cbbd2a6..dfbc7d6 100644 --- a/README.User +++ b/README.User @@ -114,13 +114,6 @@ to communicate with the service. By developing custom back-end (i.e. programs located and running in the slice context) the developer provides normal users a set of hooks to execute privileged operations. -We developed a pair of C programs acting as a vsys front-end (“umts”) -and back-end (“umts_backend”). These two programs communicate by means -of the pipes created by vsys. “umts” runs in the guest environment and -writes in one of these two pipes; “umts_backend”, in its turn, reads -the “umts” command and performs the requested operation, by executing -a bash script (“umts.sh”). - ======================================================================== AUTHORS: diff --git a/umts-tools-be.spec b/backend.spec similarity index 98% rename from umts-tools-be.spec rename to backend.spec index 2829019..bfc818d 100644 --- a/umts-tools-be.spec +++ b/backend.spec @@ -2,7 +2,7 @@ %define name planetlab-umts-tools-backend %define version 0.6 -%define release 3 +%define release 4 Summary: Umts-tools for PlanetLab - backend part Name: %{name} diff --git a/umts-tools-fe.spec b/frontend.spec similarity index 98% rename from umts-tools-fe.spec rename to frontend.spec index 9e878fe..6c07aba 100644 --- a/umts-tools-fe.spec +++ b/frontend.spec @@ -2,7 +2,7 @@ %define name planetlab-umts-tools-frontend %define version 0.6 -%define release 3 +%define release 4 Summary: UMTS tools for PlanetLab Name: %{name} -- 2.43.0