From b5ea5d95b40315ed9bb21a443480f717092d4981 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jan 2010 06:44:13 +0100 Subject: relax unit name rules a bit --- unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit.c') diff --git a/unit.c b/unit.c index a5f4ac7676..2f39d887fe 100644 --- a/unit.c +++ b/unit.c @@ -44,7 +44,7 @@ UnitType unit_name_to_type(const char *n) { "0123456789" \ "abcdefghijklmnopqrstuvwxyz" \ "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ - "-_" + "-_.\\" bool unit_name_is_valid(const char *n) { UnitType t; -- cgit v1.2.3-54-g00ecf